Home
last modified time | relevance | path

Searched refs:DOMAIN_IMAGE (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Component.h679 DOMAIN_IMAGE
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp113 case C2Component::DOMAIN_IMAGE: [[fallthrough]]; in BaseParams()
/frameworks/av/media/codec2/hidl/plugin/
DFilterWrapper.cpp915 if ((traits.domain != C2Component::DOMAIN_VIDEO && traits.domain != C2Component::DOMAIN_IMAGE) in maybeWrapInterface()
938 if ((traits.domain != C2Component::DOMAIN_VIDEO && traits.domain != C2Component::DOMAIN_IMAGE) in maybeWrapComponent()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp700 case MediaCodec::DOMAIN_IMAGE: return MediaResourceSubType::kImageCodec; in toMediaResourceSubType()
709 case MediaCodec::DOMAIN_IMAGE: return kCodecModeImage; in toCodecMode()
979 if ((mDomain != DOMAIN_VIDEO && mDomain != DOMAIN_IMAGE) || mMetricsHandle == 0) { in updateHdrMetrics()
1637 mDomain = DOMAIN_IMAGE; in init()
1784 if (mDomain == DOMAIN_VIDEO || mDomain == DOMAIN_IMAGE) { in configure()
2509 if (mDomain != DOMAIN_VIDEO && mDomain != DOMAIN_IMAGE) { in getGraphicBufferSize()
3654 if (mDomain == DOMAIN_VIDEO || mDomain == DOMAIN_IMAGE) { in onMessageReceived()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h78 DOMAIN_IMAGE = 3 enumerator
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp300 case C2Component::DOMAIN_IMAGE: in objcpy()
358 d->domain = C2Component::DOMAIN_IMAGE; in objcpy()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1057 domain.value = C2Component::DOMAIN_IMAGE; in initialize()
1063 domain.value == C2Component::DOMAIN_IMAGE ? Domain::IS_IMAGE : in initialize()
1112 if (domain.value == C2Component::DOMAIN_IMAGE || domain.value == C2Component::DOMAIN_VIDEO) { in initialize()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp149 case C2Component::DOMAIN_IMAGE: [[fallthrough]];
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1363 traits->domain = C2Component::DOMAIN_IMAGE; in FillTraitsFromInterface()