OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKeyTimeScale
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/include/media/stagefright/
MetaData.h
96
kKeyTimeScale
= 'tmsl', // int32_t
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
857
encMeta->setInt32(
kKeyTimeScale
, mAudioTimeScale);
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp
174
if (meta->findInt32(
kKeyTimeScale
, &int32Data)) {
175
LOG1("displayMetaData
kKeyTimeScale
%d", int32Data);
/frameworks/av/media/libstagefright/
MPEG4Writer.cpp
618
!param->findInt32(
kKeyTimeScale
, &mTimeScale)) {
[
all
...]
OMXCodec.cpp
[
all
...]
Completed in 1275 milliseconds