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
282
unsigned
packet_startcode_prefix
= br.getBits(24);
local
284
ALOGV("
packet_startcode_prefix
= 0x%08x",
packet_startcode_prefix
);
286
if (
packet_startcode_prefix
!= 1) {
293
if (
packet_startcode_prefix
!= 0x000001u) {
ATSParser.cpp
823
unsigned
packet_startcode_prefix
= br->getBits(24);
local
825
ALOGV("
packet_startcode_prefix
= 0x%08x",
packet_startcode_prefix
);
827
if (
packet_startcode_prefix
!= 1) {
[
all
...]
Completed in 2232 milliseconds