Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.cpp145 if (data->picture_data && (data->picture_data->picture_param.vop_width == 0 in decodeFrame()
/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/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/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()