Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_parser.h450 bool LocateNALU(off_t* nalu_size, off_t* start_code_size);
Dh264_parser.cc315 bool H264Parser::LocateNALU(off_t* nalu_size, off_t* start_code_size) { in LocateNALU() function in media::H264Parser
470 if (!LocateNALU(&nalu_size_with_start_code, &start_code_size)) { in AdvanceToNextNALU()