Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h466 status_t getHDRStaticInfo(DescribeHDRStaticInfoParams &params);
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp3919 status_t err = getHDRStaticInfo(params); in getHDRStaticInfoForVideoCodec()
3966 status_t ACodec::getHDRStaticInfo(DescribeHDRStaticInfoParams &params) { in getHDRStaticInfo() function in android::ACodec