Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1908 std::shared_ptr<const C2StreamSurfaceScalingInfo::output> surfaceScaling = in renderOutputBuffer()
1909 std::static_pointer_cast<const C2StreamSurfaceScalingInfo::output>( in renderOutputBuffer()
1910 c2Buffer->getInfo(C2StreamSurfaceScalingInfo::output::PARAM_TYPE)); in renderOutputBuffer()
DCCodec.cpp1620 C2StreamSurfaceScalingInfo::output::PARAM_TYPE in onMessageReceived()
DCCodecConfig.cpp918 … addLocalParam(new C2StreamSurfaceScalingInfo::output(0u, VIDEO_SCALING_MODE_SCALE_TO_FIT), in initialize()
/hardware/google/av/codec2/include/
DC2Config.h2091 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexSurfaceScaling> C2StreamSurfaceScalingInfo; typedef