OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_startcode_prefix
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
MPEG2PSExtractor.cpp
275
unsigned
packet_startcode_prefix
= br.getBits(24);
local
277
ALOGV("
packet_startcode_prefix
= 0x%08x",
packet_startcode_prefix
);
279
if (
packet_startcode_prefix
!= 1) {
286
CHECK_EQ(
packet_startcode_prefix
, 0x000001u);
ATSParser.cpp
673
unsigned
packet_startcode_prefix
= br->getBits(24);
local
675
ALOGV("
packet_startcode_prefix
= 0x%08x",
packet_startcode_prefix
);
677
if (
packet_startcode_prefix
!= 1) {
684
CHECK_EQ(
packet_startcode_prefix
, 0x000001u);
[
all
...]
Completed in 487 milliseconds