/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderBase.cpp | 133 CHECK(msg->findMessage("format", &format)); in onMessageReceived() 141 CHECK(msg->findMessage("params", ¶ms)); in onMessageReceived()
|
D | NuPlayerRenderer.cpp | 483 CHECK(msg->findMessage("format", &format)); in onMessageReceived() 534 CHECK(msg->findMessage("notify", ¬ify)); in onMessageReceived() 544 CHECK(msg->findMessage("meta", &meta)); in onMessageReceived() 1490 CHECK(msg->findMessage("notifyConsumed", ¬ifyConsumed)); in onQueueBuffer() 1719 if (msg->findMessage("notifyConsumed", ¬ifyConsumed)) { in dropBufferIfStale() 2097 CHECK(meta->findMessage("format", &format)); in onChangeAudioFormat()
|
D | NuPlayerDecoderPassThrough.cpp | 308 if (buffer->meta()->findMessage("extra", &extra) && extra != NULL) { in onInputBufferFetched()
|
D | HTTPLiveSource.cpp | 385 CHECK(msg->findMessage("reply", &reply)); in onSessionNotify()
|
D | NuPlayer.cpp | 1073 if (!(msg->findMessage("reply", &reply))) { in onMessageReceived() 1124 CHECK(msg->findMessage("format", &format)); in onMessageReceived() 2487 CHECK(msg->findMessage("reply", &reply)); in onSourceNotify() 2590 CHECK(msg->findMessage("format", &format)); in onSourceNotify() 2706 CHECK(msg->findMessage("reply", &reply)); in onSourceNotify()
|
D | NuPlayerDecoder.cpp | 185 CHECK(msg->findMessage("format", &format)); in onMessageReceived() 1033 if (buffer->meta()->findMessage("extra", &extra) && extra != NULL) { in onInputBufferFetched()
|
/frameworks/av/media/libstagefright/filters/ |
D | ZeroFilter.cpp | 30 CHECK(msg->findMessage("params", ¶ms)); in setParameters()
|
D | IntrinsicBlurFilter.cpp | 80 CHECK(msg->findMessage("params", ¶ms)); in setParameters()
|
D | SaturationFilter.cpp | 80 CHECK(msg->findMessage("params", ¶ms)); in setParameters()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 123 CHECK(msg->findMessage("reply", &mObserveBinaryMessage)); in onMessageReceived() 234 CHECK(msg->findMessage("reply", &reply)); in onConnect() 343 CHECK(msg->findMessage("reply", &reply)); in onDisconnect() 352 CHECK(msg->findMessage("reply", &reply)); in onCompleteConnection() 413 CHECK(msg->findMessage("reply", &reply)); in onSendRequest()
|
D | ARTPConnection.cpp | 202 CHECK(msg->findMessage("notify", &info->mNotifyMsg)); in onAddStream()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 1517 CHECK(response->findMessage("format", format)); in getOutputFormat() 1531 CHECK(response->findMessage("format", format)); in getInputFormat() 2093 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 2094 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived() 2118 mConfigureMsg->findMessage("format", &format)) { in onMessageReceived() 2138 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 2139 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived() 2160 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 2161 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived() 2480 if (msg->findMessage("on-frame-rendered", ¬ify)) { in onMessageReceived() [all …]
|
D | ACodec.cpp | 7408 CHECK(msg->findMessage("params", ¶ms)); in onMessageReceived() 7413 if (msg->findMessage("reply", &reply)) { in onMessageReceived()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AMessage.h | 127 bool findMessage(const char *name, sp<AMessage> *obj) const;
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 219 if (!msg->findMessage("format", &format)) { in onMessageReceived()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 884 CHECK(msg->findMessage("format", &format)); in handleCallback() 915 CHECK(msg->findMessage("data", &data)); in handleFrameRenderedNotification()
|
/frameworks/av/media/libstagefright/foundation/ |
D | AMessage.cpp | 374 bool AMessage::findMessage(const char *name, sp<AMessage> *obj) const { in findMessage() function in android::AMessage
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 819 CHECK(msg->findMessage("params", ¶ms)); in onResumeUntil()
|
D | LiveSession.cpp | 377 if (!(*accessUnit)->meta()->findMessage("extra", &extra)) { in dequeueAccessUnit()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 1716 if (!msg->findMessage("format", &format)) { in onMessageReceived()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 1689 CHECK(msg->findMessage("format", &format)); in onMessageReceived()
|