Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_decoder.h145 bool IsNewPrimaryCodedPicture(const H264SliceHeader* slice_hdr) const;
Dh264_decoder.cc1203 bool H264Decoder::IsNewPrimaryCodedPicture( in IsNewPrimaryCodedPicture() function in media::H264Decoder
1249 if (IsNewPrimaryCodedPicture(slice_hdr)) { in PreprocessCurrentSlice()