Home
last modified time | relevance | path

Searched refs:mix_videofmt_h264_get_poc (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_h264.c990 guint poc = mix_videofmt_h264_get_poc(&(pRefList[j])); in mix_videofmt_h264_hack_dpb()
1194 poc = mix_videofmt_h264_get_poc(&(pic_data->slc_data[i].slc_parms.RefPicList0[j])); in mix_videofmt_h264_process_decode_picture()
1198 …able to find surface of picture %d (current picture %d).", poc, mix_videofmt_h264_get_poc(&pic_par… in mix_videofmt_h264_process_decode_picture()
1217 poc = mix_videofmt_h264_get_poc(&(pic_data->slc_data[i].slc_parms.RefPicList1[j])); in mix_videofmt_h264_process_decode_picture()
1221 …able to find surface of picture %d (current picture %d).", poc, mix_videofmt_h264_get_poc(&pic_par… in mix_videofmt_h264_process_decode_picture()
1511 poc = mix_videofmt_h264_get_poc(&(pic_params->ReferenceFrames[i])); in mix_videofmt_h264_handle_ref_frames()
1535 poc = mix_videofmt_h264_get_poc(&(pic_params->CurrPic)); in mix_videofmt_h264_handle_ref_frames()
1552 guint mix_videofmt_h264_get_poc(VAPictureH264 *pic) in mix_videofmt_h264_get_poc() function
Dmixvideoformat_h264.h124 guint mix_videofmt_h264_get_poc(VAPictureH264 *pic);