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.h78 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate);
81 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint);
85 void writeToAMessage(const sp<AMessage> &msg, const BufferingSettings &buffering);
/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h58 void writeToAMessage(sp<AMessage>&) const ;
/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()
941 writeToAMessage(response, rate); in onMessageReceived()
987 writeToAMessage(response, sync, videoFps); in onMessageReceived()
DNuPlayerRenderer.cpp204 writeToAMessage(msg, rate); in setPlaybackSettings()
272 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings()
681 writeToAMessage(response, rate); in onMessageReceived()
713 writeToAMessage(response, sync, videoFps); in onMessageReceived()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Renderer.cpp203 writeToAMessage(msg, rate); in setPlaybackSettings()
263 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings()
668 writeToAMessage(response, rate); in onMessageReceived()
700 writeToAMessage(response, sync, videoFps); in onMessageReceived()
DNuPlayer2.cpp455 writeToAMessage(msg, buffering); in setBufferingSettings()
502 writeToAMessage(msg, rate); in setPlaybackSettings()
526 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings()
756 writeToAMessage(response, buffering); in onMessageReceived()
1098 writeToAMessage(response, rate); in onMessageReceived()
1144 writeToAMessage(response, sync, videoFps); in onMessageReceived()
DGenericSource2.cpp1281 format->writeToAMessage(meta); in readBuffer()
/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.cpp2184 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate) { in writeToAMessage() function
2199 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint) { in writeToAMessage() function
2218 void writeToAMessage(const sp<AMessage> &msg, const BufferingSettings &buffering) { in writeToAMessage() function
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp500 writeToAMessage(msg, buffering); in setBufferingSettings()