Home
last modified time | relevance | path

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

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