Searched defs:start_code_size (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/formats/mp2t/
H A Des_parser_h264.cc70 off_t start_code_size; local
72 es, size, &start_code_offset, &start_code_size);
76 if (!start_code_found || start_code_offset + start_code_size >= size)
83 if (es[start_code_offset + start_code_size] == H264NALU::kAUD)
88 *stream_pos += start_code_size;
H A Des_parser_h264_unittest.cc76 off_t start_code_size = 0; local
79 &relative_offset, &start_code_size);
92 offset += start_code_size;
/external/chromium_org/media/filters/
H A Dh264_parser.cc176 off_t* offset, off_t* start_code_size) {
184 *start_code_size = 3;
190 ++(*start_code_size);
206 *start_code_size = 0;
210 bool H264Parser::LocateNALU(off_t* nalu_size, off_t* start_code_size) { argument
246 *start_code_size = annexb_start_code_size;
254 off_t* start_code_size) {
256 return FindStartCode(data, data_size, offset, start_code_size);
263 if (!FindStartCode(start, bytes_left, offset, start_code_size))
269 const uint8* start_code_end = start_code + *start_code_size;
175 FindStartCode(const uint8* data, off_t data_size, off_t* offset, off_t* start_code_size) argument
250 FindStartCodeInClearRanges( const uint8* data, off_t data_size, off_t* offset, off_t* start_code_size) argument
329 off_t start_code_size; local
[all...]

Completed in 110 milliseconds