Home
last modified time | relevance | path

Searched refs:IMG_CODEC_H264_VCM (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.c117 case IMG_CODEC_H264_VCM: in lnc__get_ipe_control()
362 case IMG_CODEC_H264_VCM: in lnc_RenderPictureParameter()
385 case IMG_CODEC_H264_VCM: in lnc_RenderPictureParameter()
502 case IMG_CODEC_H264_VCM: { in lnc_RedoRenderPictureSkippedFrame()
873 case IMG_CODEC_H264_VCM: in lnc__update_rcdata()
1007 case IMG_CODEC_H264_VCM: in lnc__update_rcdata()
1303 case IMG_CODEC_H264_VCM: in lnc__setup_slice_row_params()
1427 case IMG_CODEC_H264_VCM: in lnc__send_encode_slice_params()
Dlnc_hostcode.h65 IMG_CODEC_H264_VCM, enumerator
Dlnc_H264ES.c152 ctx->eCodec = IMG_CODEC_H264_VCM; in lnc_H264ES_CreateContext()
/hardware/intel/img/psb_video/src/
Dpnw_hostcode.c466 case IMG_CODEC_H264_VCM: in pnw__get_ipe_control()
691 case IMG_CODEC_H264_VCM: in pnw_set_bias()
812 case IMG_CODEC_H264_VCM: in pnw_RenderPictureParameter()
835 case IMG_CODEC_H264_VCM: in pnw_RenderPictureParameter()
1256 case IMG_CODEC_H264_VCM: in pnw__update_rcdata()
1264 if (psContext->eCodec == IMG_CODEC_H264_VCM) { in pnw__update_rcdata()
1385 case IMG_CODEC_H264_VCM: in pnw__update_rcdata()
1569 if (psRCParams->BitsPerSecond == 0 || psContext->eCodec == IMG_CODEC_H264_VCM) in pnw__setup_rcdata()
1796 case IMG_CODEC_H264_VCM: in pnw__setup_slice_row_params()
1896 if (ctx->eCodec == IMG_CODEC_H264_VCM && ctx->max_slice_size == 0) in pnw__send_encode_slice_params()
[all …]
Dpnw_hostcode.h67 (IMG_CODEC_H264_CBR == (codec) || IMG_CODEC_H264_VCM == (codec))
109 IMG_CODEC_H264_VCM, //!< H264 low constant bitrate (video conferencing mode) enumerator
Dpnw_H264ES.c146 ctx->eCodec = IMG_CODEC_H264_VCM; in pnw_H264ES_CreateContext()
269 if (ctx->eCodec == IMG_CODEC_H264_VCM) 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()
Dtng_hostdefs.h242 IMG_CODEC_H264_VCM, /* !< H264 video conferance mode */ enumerator
Dtng_H264ES.c136 ctx->eCodec = IMG_CODEC_H264_VCM; in tng__H264ES_get_codec_type()
Dtng_hostcode.c363 case IMG_CODEC_H264_VCM: in tng__get_ipe_control()