Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h537 status_t setupAVCEncoderParameters(const sp<AMessage> &msg);
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp4142 err = setupAVCEncoderParameters(msg); in setupVideoEncoder()
4512 status_t ACodec::setupAVCEncoderParameters(const sp<AMessage> &msg) { in setupAVCEncoderParameters() function in android::ACodec