OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKeyAACProfile
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/media/stagefright/
MetaData.h
54
kKeyAACProfile
= 'aacp', // int32_t
/frameworks/av/media/libstagefright/
AACWriter.cpp
106
if (meta->findInt32(
kKeyAACProfile
, &mAACProfile)) {
OMXCodec.cpp
506
if (!meta->findInt32(
kKeyAACProfile
, &aacProfile)) {
[
all
...]
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
831
encMeta->setInt32(
kKeyAACProfile
, OMX_AUDIO_AACObjectLC);
835
encMeta->setInt32(
kKeyAACProfile
, OMX_AUDIO_AACObjectHE);
839
encMeta->setInt32(
kKeyAACProfile
, OMX_AUDIO_AACObjectELD);
[
all
...]
Completed in 49 milliseconds