OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_code_len
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/filters/
h264_to_annex_b_bitstream_converter.cc
272
uint32
start_code_len
;
local
274
start_code_len
= sizeof(kStartCodePrefix) + 1 :
local
275
start_code_len
= sizeof(kStartCodePrefix);
277
start_code_len
+ nal_unit_length > *output_size) {
Completed in 4078 milliseconds