Home
last modified time | relevance | path

Searched refs:vop_width (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
Dviddec_mp4_shortheader.c5 uint16_t vop_width; member
107 vol->video_object_layer_width = svh_src_fmt_defaults[index].vop_width; in mp4_Parse_VideoObject_svh()
Dviddec_mp4_parse.h253 uint16_t vop_width; member
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.cpp175 …if (data->picture_data && (data->picture_data->picture_param.vop_width == 0 || data->picture_data-… in decodeFrame()
178 data->picture_data->picture_param.vop_width = mVideoFormatInfo.width; in decodeFrame()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_mp42_parser.c308 picture_param->vop_width in vbp_fill_picture_param()
1150 g_print("picture_param->vop_width = %d\n", picture_param->vop_width); in vbp_dump_query_data()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG4.c660 ctx->display_picture_width = ctx->pic_params->vop_width; in psb__MPEG4_process_picture_param()
1073 unsigned short width_mb = PIXELS_TO_MB(ctx->pic_params->vop_width); in psb__MPEG4_set_backend_registers()
1197 unsigned short width_mb = PIXELS_TO_MB(ctx->pic_params->vop_width); in psb__MPEG4_set_frontend_registers()
/hardware/intel/img/psb_video/src/
Dpnw_MPEG4.c1464 ctx->display_picture_width = ctx->pic_params->vop_width; in psb__MPEG4_process_picture_param()
1831 unsigned short width_mb = PIXELS_TO_MB(ctx->pic_params->vop_width); in psb__MPEG4_set_backend_registers()
1973 unsigned short width_mb = PIXELS_TO_MB(ctx->pic_params->vop_width); in psb__MPEG4_set_frontend_registers()
/hardware/intel/common/libva/va/
Dva.h1843 unsigned short vop_width; member
Dva_trace.c1037 va_TraceMsg(trace_ctx,"\tvop_width = %d\n", p->vop_width); in va_TraceVAPictureParameterBufferMPEG4()