OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWhatDrainThisBuffer
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/include/media/stagefright/
CodecBase.h
33
kWhatDrainThisBuffer
= 'drai',
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
48
kWhatDrainThisBuffer
= 'drTB',
NuPlayerDecoderPassThrough.cpp
156
notify->setInt32("what",
kWhatDrainThisBuffer
);
NuPlayerDecoder.cpp
489
notify->setInt32("what",
kWhatDrainThisBuffer
);
[
all
...]
NuPlayer.cpp
837
} else if (what == Decoder::
kWhatDrainThisBuffer
) {
[
all
...]
/frameworks/av/cmds/stagefright/
sf2.cpp
216
} else if (what == CodecBase::
kWhatDrainThisBuffer
) {
/frameworks/av/media/libstagefright/
MediaCodec.cpp
[
all
...]
ACodec.cpp
[
all
...]
Completed in 126 milliseconds