Searched refs:LocateNALU (Results 1 – 2 of 2) sorted by relevance
450 bool LocateNALU(off_t* nalu_size, off_t* start_code_size);
315 bool H264Parser::LocateNALU(off_t* nalu_size, off_t* start_code_size) { in LocateNALU() function in media::H264Parser470 if (!LocateNALU(&nalu_size_with_start_code, &start_code_size)) { in AdvanceToNextNALU()