/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 | 503 CHECK(msg->findMessage("format", &format)); in onMessageReceived() 554 CHECK(msg->findMessage("notify", ¬ify)); in onMessageReceived() 564 CHECK(msg->findMessage("meta", &meta)); in onMessageReceived() 1520 CHECK(msg->findMessage("notifyConsumed", ¬ifyConsumed)); in onQueueBuffer() 1749 if (msg->findMessage("notifyConsumed", ¬ifyConsumed)) { in dropBufferIfStale() 2128 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 | 1088 if (!(msg->findMessage("reply", &reply))) { in onMessageReceived() 1139 CHECK(msg->findMessage("format", &format)); in onMessageReceived() 2513 CHECK(msg->findMessage("reply", &reply)); in onSourceNotify() 2616 CHECK(msg->findMessage("format", &format)); in onSourceNotify() 2732 CHECK(msg->findMessage("reply", &reply)); in onSourceNotify() 2747 CHECK(msg->findMessage("message", &IMSRxNotice)); in onSourceNotify()
|
D | NuPlayerDecoder.cpp | 186 CHECK(msg->findMessage("format", &format)); in onMessageReceived() 1045 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 | 347 CHECK(msg->findMessage("notify", &info->mNotifyMsg)); in onAddStream()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 2598 CHECK(response->findMessage("format", format)); in getOutputFormat() 2612 CHECK(response->findMessage("format", format)); in getInputFormat() 3212 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 3213 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived() 3240 mConfigureMsg->findMessage("format", &format)) { in onMessageReceived() 3290 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 3291 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived() 3318 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 3319 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived() 3651 if (msg->findMessage("on-frame-rendered", ¬ify)) { in onMessageReceived() [all …]
|
D | ACodec.cpp | 7655 CHECK(msg->findMessage("params", ¶ms)); in onMessageReceived() 7660 if (msg->findMessage("reply", &reply)) { in onMessageReceived() 8459 CHECK(msg->findMessage("params", ¶ms)); in onMessageReceived()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AMessage.h | 130 bool findMessage(const char *name, sp<AMessage> *obj) const;
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 223 if (!msg->findMessage("format", &format)) { in onMessageReceived()
|
/frameworks/av/media/libstagefright/foundation/ |
D | AMessage.cpp | 387 bool AMessage::findMessage(const char *name, sp<AMessage> *obj) const { in findMessage() function in android::AMessage
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 1137 CHECK(msg->findMessage("format", &format)); in handleCallback() 1168 CHECK(msg->findMessage("data", &data)); in handleFirstTunnelFrameReadyNotification() 1189 CHECK(msg->findMessage("data", &data)); in handleFrameRenderedNotification()
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 820 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 | 1862 if (!msg->findMessage("format", &format)) { in onMessageReceived()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 2168 CHECK(msg->findMessage("format", &format)); in onMessageReceived()
|