OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWhatOutputFormatChanged
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/include/media/stagefright/
CodecBase.h
37
kWhatOutputFormatChanged
= 'outC',
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
49
kWhatOutputFormatChanged
= 'fmtC',
NuPlayerDecoderPassThrough.cpp
94
notify->setInt32("what",
kWhatOutputFormatChanged
);
NuPlayerDecoder.cpp
458
notify->setInt32("what",
kWhatOutputFormatChanged
);
[
all
...]
NuPlayer.cpp
761
} else if (what == Decoder::
kWhatOutputFormatChanged
) {
[
all
...]
/frameworks/av/cmds/stagefright/
sf2.cpp
234
} else if (what == CodecBase::
kWhatOutputFormatChanged
) {
/frameworks/av/media/libstagefright/
MediaCodec.cpp
986
case CodecBase::
kWhatOutputFormatChanged
:
[
all
...]
ACodec.cpp
[
all
...]
Completed in 319 milliseconds