Searched refs:h264_is_new_picture_start (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264parse.h119 extern int32_t h264_is_new_picture_start(h264_Info* pInfo, h264_Slice_Header_t cur_slice, h264_Slice_Header_t old_slice);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dviddec_h264_parse.c162 if(h264_is_new_picture_start(pInfo, next_SliceHeader, pInfo->SliceHeader))
H A Dh264parse.c468 int32_t h264_is_new_picture_start(h264_Info * pInfo, h264_Slice_Header_t cur_slice, h264_Slice_Header_t old_slice) function

Completed in 61 milliseconds