HomeSort by relevance Sort by last modified time
    Searched refs:writeToAMessage (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/stagefright/
Utils.h 81 void writeToAMessage(sp<AMessage> msg, const AudioPlaybackRate &rate);
84 void writeToAMessage(sp<AMessage> msg, const AVSyncSettings &sync, float videoFpsHint);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 158 writeToAMessage(msg, rate);
226 writeToAMessage(msg, sync, videoFpsHint);
522 writeToAMessage(response, rate);
554 writeToAMessage(response, sync, videoFps);
    [all...]
NuPlayer.cpp 349 writeToAMessage(msg, rate);
373 writeToAMessage(msg, sync, videoFpsHint);
767 writeToAMessage(response, rate);
813 writeToAMessage(response, sync, videoFps);
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 956 void writeToAMessage(sp<AMessage> msg, const AudioPlaybackRate &rate) {
971 void writeToAMessage(sp<AMessage> msg, const AVSyncSettings &sync, float videoFpsHint) {

Completed in 159 milliseconds