hantro_is_encoder_ctx  379 drivers/staging/media/hantro/hantro.h bool hantro_is_encoder_ctx(const struct hantro_ctx *ctx);
hantro_is_encoder_ctx  246 drivers/staging/media/hantro/hantro_drv.c 	if (hantro_is_encoder_ctx(ctx)) {
hantro_is_encoder_ctx   38 drivers/staging/media/hantro/hantro_v4l2.c 	if (hantro_is_encoder_ctx(ctx)) {
hantro_is_encoder_ctx  138 drivers/staging/media/hantro/hantro_v4l2.c 	skip_mode_none = capture == hantro_is_encoder_ctx(ctx);
hantro_is_encoder_ctx  203 drivers/staging/media/hantro/hantro_v4l2.c 	coded = capture == hantro_is_encoder_ctx(ctx);
hantro_is_encoder_ctx  221 drivers/staging/media/hantro/hantro_v4l2.c 	} else if (hantro_is_encoder_ctx(ctx)) {
hantro_is_encoder_ctx  300 drivers/staging/media/hantro/hantro_v4l2.c 	if (hantro_is_encoder_ctx(ctx)) {
hantro_is_encoder_ctx  326 drivers/staging/media/hantro/hantro_v4l2.c 	if (hantro_is_encoder_ctx(ctx)) {
hantro_is_encoder_ctx  379 drivers/staging/media/hantro/hantro_v4l2.c 	if (!hantro_is_encoder_ctx(ctx)) {
hantro_is_encoder_ctx  422 drivers/staging/media/hantro/hantro_v4l2.c 	if (!hantro_is_encoder_ctx(ctx))
hantro_is_encoder_ctx  454 drivers/staging/media/hantro/hantro_v4l2.c 	if (hantro_is_encoder_ctx(ctx)) {
hantro_is_encoder_ctx  489 drivers/staging/media/hantro/hantro_v4l2.c 	if (hantro_is_encoder_ctx(ctx))
hantro_is_encoder_ctx  614 drivers/staging/media/hantro/hantro_v4l2.c 	return hantro_is_encoder_ctx(ctx) != V4L2_TYPE_IS_OUTPUT(q->type);