Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h450 status_t getHDRStaticInfo(DescribeHDRStaticInfoParams &params);
/frameworks/av/media/libstagefright/
DACodec.cpp3775 status_t err = getHDRStaticInfo(params); in getHDRStaticInfoForVideoCodec()
3822 status_t ACodec::getHDRStaticInfo(DescribeHDRStaticInfoParams &params) { in getHDRStaticInfo() function in android::ACodec