Lines Matching refs:eCodec
134 ctx->eCodec = IMG_CODEC_H264_VBR; in pnw_H264ES_CreateContext()
138 ctx->eCodec = IMG_CODEC_H264_CBR; in pnw_H264ES_CreateContext()
142 ctx->eCodec = IMG_CODEC_H264_NO_RC; in pnw_H264ES_CreateContext()
146 ctx->eCodec = IMG_CODEC_H264_VCM; in pnw_H264ES_CreateContext()
152 drv_debug_msg(VIDEO_DEBUG_GENERAL, "eCodec is %d\n", ctx->eCodec); in pnw_H264ES_CreateContext()
169 ctx->IPEControl = pnw__get_ipe_control(ctx->eCodec); in pnw_H264ES_CreateContext()
269 if (ctx->eCodec == IMG_CODEC_H264_VCM) in pnw__H264ES_process_sequence_param()
327 if (IMG_CODEC_H264_CBR != ctx->eCodec || in pnw__H264ES_process_sequence_param()
400 if (ctx->eCodec == IMG_CODEC_H264_NO_RC) in pnw__H264ES_process_sequence_param()
997 if (ctx->eCodec != IMG_CODEC_H264_VCM in pnw__H264ES_process_misc_param()
1074 else if (ctx->raw_frame_count != 0 || ctx->eCodec == IMG_CODEC_H264_VCM) in pnw__H264ES_process_misc_param()
1111 if (ctx->eCodec == IMG_CODEC_H264_VCM) in pnw__H264ES_process_misc_param()