Home
last modified time | relevance | path

Searched refs:sendFormatChange (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
DACodec.h334 void sendFormatChange(const sp<AMessage> &reply);
/frameworks/av/media/libstagefright/
DACodec.cpp3839 void ACodec::sendFormatChange(const sp<AMessage> &reply) { in sendFormatChange() function in android::ACodec
4562 mCodec->sendFormatChange(reply); in onOMXFillBufferDone()