OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKeyFileType
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/media/stagefright/
MetaData.h
109
kKeyFileType
= 'ftyp', // int32_t
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp
186
if (meta->findInt32(
kKeyFileType
, &int32Data)) {
187
LOG1("displayMetaData
kKeyFileType
%d", int32Data);
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
[
all
...]
/frameworks/av/media/libstagefright/
MPEG4Writer.cpp
974
if (param && param->findInt32(
kKeyFileType
, &fileType) &&
[
all
...]
Completed in 52 milliseconds