Searched refs:writeToAMessage (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | Utils.h | 74 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate); 77 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint); 81 void writeToAMessage(const sp<AMessage> &msg, const BufferingSettings &buffering);
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | NdkWrapper.h | 58 void writeToAMessage(sp<AMessage>&) const ;
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayerRenderer.cpp | 206 writeToAMessage(msg, rate); in setPlaybackSettings() 274 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings() 701 writeToAMessage(response, rate); in onMessageReceived() 733 writeToAMessage(response, sync, videoFps); in onMessageReceived()
|
H A D | NuPlayer.cpp | 363 writeToAMessage(msg, buffering); in setBufferingSettings() 423 writeToAMessage(msg, rate); in setPlaybackSettings() 447 writeToAMessage(msg, sync, videoFpsHint); in setSyncSettings() 602 writeToAMessage(response, buffering); in onMessageReceived() 956 writeToAMessage(response, rate); in onMessageReceived() 1002 writeToAMessage(response, sync, videoFps); in onMessageReceived()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | Utils.cpp | 2305 void writeToAMessage(const sp<AMessage> &msg, const AudioPlaybackRate &rate) { in writeToAMessage() function 2320 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint) { in writeToAMessage() function 2339 void writeToAMessage(const sp<AMessage> &msg, const BufferingSettings &buffering) { in writeToAMessage() function
|
/aosp12/frameworks/av/media/libstagefright/httplive/ |
H A D | LiveSession.cpp | 501 writeToAMessage(msg, buffering); in setBufferingSettings()
|