Home
last modified time | relevance | path

Searched refs:writeToAMessage (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DUtils.h72 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate);
75 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint);
79 void writeToAMessage(const sp<AMessage> &msg, const BufferingSettings &buffering);
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.cpp450 writeToAMessage(msg, buffering); in setBufferingSettings()
497 writeToAMessage(msg, rate); in setPlaybackSettings()
521 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings()
727 writeToAMessage(response, buffering); in onMessageReceived()
1070 writeToAMessage(response, rate); in onMessageReceived()
1116 writeToAMessage(response, sync, videoFps); in onMessageReceived()
DNuPlayer2Renderer.cpp183 writeToAMessage(msg, rate); in setPlaybackSettings()
251 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings()
656 writeToAMessage(response, rate); in onMessageReceived()
688 writeToAMessage(response, sync, videoFps); in onMessageReceived()
DGenericSource2.cpp1344 format->writeToAMessage(meta); in readBuffer()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp362 writeToAMessage(msg, buffering); in setBufferingSettings()
410 writeToAMessage(msg, rate); in setPlaybackSettings()
434 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings()
589 writeToAMessage(response, buffering); in onMessageReceived()
930 writeToAMessage(response, rate); in onMessageReceived()
976 writeToAMessage(response, sync, videoFps); in onMessageReceived()
DNuPlayerRenderer.cpp184 writeToAMessage(msg, rate); in setPlaybackSettings()
252 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings()
657 writeToAMessage(response, rate); in onMessageReceived()
689 writeToAMessage(response, sync, videoFps); in onMessageReceived()
/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h58 void writeToAMessage(sp<AMessage>&) const ;
/frameworks/av/media/libmedia/
DNdkWrapper.cpp336 writeToAMessage(msg); in toAMessage()
340 void AMediaFormatWrapper::writeToAMessage(sp<AMessage> &msg) const { in writeToAMessage() function in android::AMediaFormatWrapper
/frameworks/av/media/libstagefright/
DUtils.cpp1788 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate) { in writeToAMessage() function
1803 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint) { in writeToAMessage() function
1822 void writeToAMessage(const sp<AMessage> &msg, const BufferingSettings &buffering) { in writeToAMessage() function
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp500 writeToAMessage(msg, buffering); in setBufferingSettings()