Home
last modified time | relevance | path

Searched refs:DOMAIN_VIDEO (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp150 case C2Component::DOMAIN_VIDEO:
453 init(C2Component::DOMAIN_VIDEO, C2Component::KIND_DECODER, MIMETYPE_VIDEO_AVC); in TEST_F()
474 init(C2Component::DOMAIN_VIDEO, C2Component::KIND_DECODER, MIMETYPE_VIDEO_AVC); in TEST_F()
500 init(C2Component::DOMAIN_VIDEO, C2Component::KIND_ENCODER, MIMETYPE_VIDEO_AVC); in TEST_F()
605 init(C2Component::DOMAIN_VIDEO, C2Component::KIND_ENCODER, mediaType.c_str()); in TEST_P()
/frameworks/av/media/codec2/core/include/
DC2Component.h677 DOMAIN_VIDEO,
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp114 case C2Component::DOMAIN_VIDEO: in BaseParams()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp698 case MediaCodec::DOMAIN_VIDEO: return MediaResourceSubType::kVideoCodec; in toMediaResourceSubType()
707 case MediaCodec::DOMAIN_VIDEO: return kCodecModeVideo; in toCodecMode()
979 if ((mDomain != DOMAIN_VIDEO && mDomain != DOMAIN_IMAGE) || mMetricsHandle == 0) { in updateHdrMetrics()
1390 if (mDomain == DOMAIN_VIDEO && (mFlags & kFlagIsEncoder)) { in statsBufferSent()
1419 if (mDomain == DOMAIN_VIDEO && (mFlags & kFlagIsEncoder)) { in statsBufferReceived()
1631 mDomain = DOMAIN_VIDEO; in init()
1650 if (mDomain == DOMAIN_VIDEO) { in init()
1693 if (mDomain == DOMAIN_VIDEO) { in init()
1784 if (mDomain == DOMAIN_VIDEO || mDomain == DOMAIN_IMAGE) { in configure()
1807 if (mDomain == DOMAIN_VIDEO) { in configure()
[all …]
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp200 if (domain.value == DOMAIN_VIDEO) { in initDecoder()
/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/codec2/sfplugin/
DCCodecConfig.cpp1055 domain.value = C2Component::DOMAIN_VIDEO; in initialize()
1062 mDomain = (domain.value == C2Component::DOMAIN_VIDEO ? Domain::IS_VIDEO : in initialize()
1112 if (domain.value == C2Component::DOMAIN_IMAGE || domain.value == C2Component::DOMAIN_VIDEO) { in initialize()
1131 if (domain.value == C2Component::DOMAIN_VIDEO) { in initialize()
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp334 validValues->emplace_back(C2Component::DOMAIN_VIDEO); in getTestValues()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h76 DOMAIN_VIDEO = 1, enumerator
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp61 C2Component::DOMAIN_VIDEO, in IntfImpl()
DC2SoftMpeg4Dec.cpp52 C2Component::DOMAIN_VIDEO, in IntfImpl()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp42 C2Component::DOMAIN_VIDEO, MEDIA_MIMETYPE_VIDEO_AV1) { in IntfImpl()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp294 case C2Component::DOMAIN_VIDEO: in objcpy()
352 d->domain = C2Component::DOMAIN_VIDEO; in objcpy()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp39 C2Component::DOMAIN_VIDEO, in IntfImpl()
DC2SoftVpxDec.cpp48 C2Component::DOMAIN_VIDEO, in IntfImpl()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp43 C2Component::DOMAIN_VIDEO, MEDIA_MIMETYPE_VIDEO_AV1) { in IntfImpl()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp911 gTestParameters = getTestParameters(C2Component::DOMAIN_VIDEO, C2Component::KIND_ENCODER); in main()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp1108 gTestParameters = getTestParameters(C2Component::DOMAIN_VIDEO, C2Component::KIND_DECODER); in main()
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp159 .withConstValue(new C2ComponentDomainSetting(C2Component::DOMAIN_VIDEO)) in Helper()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp51 C2Component::DOMAIN_VIDEO, in IntfImpl()
DC2SoftAvcEnc.cpp87 C2Component::DOMAIN_VIDEO, in IntfImpl()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp47 C2Component::DOMAIN_VIDEO, in IntfImpl()
DC2SoftHevcEnc.cpp85 C2Component::DOMAIN_VIDEO, in IntfImpl()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp43 C2Component::DOMAIN_VIDEO, in IntfImpl()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1361 traits->domain = C2Component::DOMAIN_VIDEO; in FillTraitsFromInterface()