Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_decoder.h146 bool InitCurrPicture(const H264SliceHeader* slice_hdr);
Dh264_decoder.cc112 bool H264Decoder::InitCurrPicture(const H264SliceHeader* slice_hdr) { in InitCurrPicture() function in media::H264Decoder
737 if (!InitCurrPicture(slice_hdr)) in StartNewFrame()