OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_pes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/mp2t/
ts_section_pes.cc
110
const uint8*
raw_pes
;
local
111
pes_byte_queue_.Peek(&
raw_pes
, &raw_pes_size);
152
const uint8*
raw_pes
;
local
153
pes_byte_queue_.Peek(&
raw_pes
, &raw_pes_size);
162
(static_cast<int>(
raw_pes
[4]) << 8) |
163
(static_cast<int>(
raw_pes
[5]));
175
bool parse_result = ParseInternal(
raw_pes
, raw_pes_size);
183
bool TsSectionPes::ParseInternal(const uint8*
raw_pes
, int raw_pes_size) {
184
BitReader bit_reader(
raw_pes
, raw_pes_size);
302
return es_parser_->Parse(&
raw_pes
[es_offset], es_size, media_pts, media_dts)
[
all
...]
ts_section_pes.h
38
bool ParseInternal(const uint8*
raw_pes
, int raw_pes_size);
Completed in 172 milliseconds