OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWhatCodecNotify
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.h
62
kWhatCodecNotify
= 'cdcN',
NuPlayer2Decoder.cpp
139
case
kWhatCodecNotify
:
144
ALOGV("[%s]
kWhatCodecNotify
: cbID = %d, paused = %d",
396
sp<AMessage> reply = new AMessage(
kWhatCodecNotify
, this);
[
all
...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
59
kWhatCodecNotify
= 'cdcN',
NuPlayerDecoder.cpp
142
case
kWhatCodecNotify
:
147
ALOGV("[%s]
kWhatCodecNotify
: cbID = %d, paused = %d",
377
sp<AMessage> reply = new AMessage(
kWhatCodecNotify
, this);
853
sp<AMessage> reply = new AMessage(
kWhatCodecNotify
, this);
[
all
...]
/frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h
251
kWhatCodecNotify
= 'codc',
/frameworks/av/media/libstagefright/
MediaCodec.cpp
950
new CodecCallback(new AMessage(
kWhatCodecNotify
, this))));
954
new BufferCallback(new AMessage(
kWhatCodecNotify
, this))));
[
all
...]
Completed in 1433 milliseconds