Home
last modified time | relevance | path

Searched refs:C2StreamSurfaceScalingInfo (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp812 std::shared_ptr<const C2StreamSurfaceScalingInfo::output> surfaceScaling = in renderOutputBuffer()
813 std::static_pointer_cast<const C2StreamSurfaceScalingInfo::output>( in renderOutputBuffer()
814 c2Buffer->getInfo(C2StreamSurfaceScalingInfo::output::PARAM_TYPE)); in renderOutputBuffer()
H A DCCodecConfig.cpp1056 new C2StreamSurfaceScalingInfo::output(0u, VIDEO_SCALING_MODE_SCALE_TO_FIT), in initialize()
H A DCCodec.cpp2304 C2StreamSurfaceScalingInfo::output::PARAM_TYPE in onMessageReceived()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h2203 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexSurfaceScaling> C2StreamSurfaceScalingInfo; typedef