Searched refs:no_of_sprite_warping_points (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderMPEG4.cpp | 305 if (codingType == MP4_VOP_TYPE_S && picParam->no_of_sprite_warping_points > 1) { in continueDecodingFrame()
|
/hardware/intel/common/libva/va/ |
D | va.h | 1863 unsigned char no_of_sprite_warping_points; member
|
D | va_trace.c | 1053 va_TraceMsg(trace_ctx,"\tno_of_sprite_warping_points = %d\n", p->no_of_sprite_warping_points); in va_TraceVAPictureParameterBufferMPEG4()
|
/hardware/intel/img/psb_video/src/ |
D | pnw_MPEG4.c | 1512 …4_FE_VOP_SPS0, FE_NO_OF_GMC_WARPING_POINTS, ((ctx->pic_params->no_of_sprite_warping_points) ? 1 : … in psb__MPEG4_process_picture_param() 1556 …4_BE_VOP_SPS1, BE_NO_OF_GMC_WARPING_POINTS, ((ctx->pic_params->no_of_sprite_warping_points) ? 1 : … in psb__MPEG4_process_picture_param()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_MPEG4.c | 708 …_VEC_MPEG4_FE_VOP_SPS0, FE_NO_OF_GMC_WARPING_POINTS, ctx->pic_params->no_of_sprite_warping_points); in psb__MPEG4_process_picture_param() 752 …_VEC_MPEG4_BE_VOP_SPS1, BE_NO_OF_GMC_WARPING_POINTS, ctx->pic_params->no_of_sprite_warping_points); in psb__MPEG4_process_picture_param()
|