Home
last modified time | relevance | path

Searched refs:C2StreamUsageTuning (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.h262 .withConstValue(new C2StreamUsageTuning::input( in IntfImpl()
481 std::shared_ptr<C2StreamUsageTuning::input> mUsage;
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp78 .withConstValue(new C2StreamUsageTuning::input( in IntfImpl()
214 std::shared_ptr<C2StreamUsageTuning::input> mUsage;
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DInputSurfaceConnection.cpp128 C2StreamUsageTuning::input usage; in init()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.cpp119 .withConstValue(new C2StreamUsageTuning::input( in IntfImpl()
472 std::shared_ptr<C2StreamUsageTuning::input> mUsage;
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.cpp97 .withConstValue(new C2StreamUsageTuning::input( in IntfImpl()
545 std::shared_ptr<C2StreamUsageTuning::input> mUsage;
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1207 C2StreamUsageTuning::input usage(0u, 0u); in configure()
2537 const static C2StreamUsageTuning::input sUsage{0u /* stream id */}; in init()
2693 static C2StreamUsageTuning::input sUsage{0u /* stream id */}; in CalculateMinMaxUsage()
H A DCCodecBufferChannel.cpp1349 C2StreamUsageTuning::output outputUsage{0u, C2MemoryUsage::CPU_READ}; in start()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoEncTest.cpp341 C2StreamUsageTuning::input compUsage(0u, 0u); in encodeNFrames()
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp121 params->emplace_back(new C2StreamUsageTuning::output(
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h1035 typedef C2StreamParam<C2Tuning, C2Uint64Value, kParamIndexUsage> C2StreamUsageTuning; typedef
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp1544 C2StreamUsageTuning::output outputUsage{ in setOutputSurface()