OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSync
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/cmds/stagefright/
record.cpp
247
int32_t
isSync
;
248
if (!buffer->meta_data()->findInt32(kKeyIsSyncFrame, &
isSync
)) {
249
isSync
= false;
253
isSync
? " (SYNC)" : "");
/frameworks/av/media/libstagefright/
Utils.cpp
86
int32_t
isSync
;
87
if (meta->findInt32(kKeyIsSyncFrame, &
isSync
) &&
isSync
!= 0) {
383
int32_t
isSync
;
384
if (msg->findInt32("is-sync-frame", &
isSync
) &&
isSync
!= 0) {
MPEG2TSWriter.cpp
268
int32_t
isSync
;
269
if (buffer->meta_data()->findInt32(kKeyIsSyncFrame, &
isSync
)
270
&&
isSync
!= 0) {
271
copy->meta()->setInt32("
isSync
", true);
299
mAACBuffer->meta()->setInt32("
isSync
", true);
MPEG4Writer.cpp
[
all
...]
/frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp
601
int32_t
isSync
;
602
CHECK(frame->meta_data()->findInt32(kKeyIsSyncFrame, &
isSync
));
605
buffer->meta_data()->setInt32(kKeyIsSyncFrame,
isSync
);
/dalvik/dexdump/
DexDump.cpp
[
all
...]
Completed in 259 milliseconds