OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentstartcode
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp
753
int
currentStartCode
= -1;
763
prevStartCode =
currentStartCode
;
764
currentStartCode
= data[offset + 3];
766
if (
currentStartCode
== 0xb3 && mFormat == NULL) {
774
if ((prevStartCode == 0xb3 &&
currentStartCode
!= 0xb5)
816
if (mFormat != NULL &&
currentStartCode
== 0x00) {
Completed in 343 milliseconds