Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h359 status_t setComponentRole(bool isEncoder, const char *mime);
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp1713 status_t ACodec::setComponentRole( in setComponentRole() function in android::ACodec
1745 status_t err = setComponentRole(encoder /* isEncoder */, mime); in configureCodec()