OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUse32BitOffset
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/
MPEG4Writer.h
79
bool
mUse32BitOffset
;
/frameworks/av/media/libstagefright/
MPEG4Writer.cpp
341
mUse32BitOffset
(true),
366
mUse32BitOffset
(true),
513
static const int32_t factor =
mUse32BitOffset
? 1: 2;
576
mUse32BitOffset
= false;
579
if (
mUse32BitOffset
) {
698
if (
mUse32BitOffset
) {
719
return
mUse32BitOffset
;
863
if (
mUse32BitOffset
) {
965
(*it)->writeTrackHeader(
mUse32BitOffset
);
[
all
...]
Completed in 45 milliseconds