Home
last modified time | relevance | path

Searched refs:vpf (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp178 VideoPixelFormat vpf = static_cast<VideoPixelFormat>(val); in ConfigureSurface() local
179 CHECK_AND_RETURN_LOG(vpf == VideoPixelFormat::RGBA || vpf == VideoPixelFormat::YUVI420 || in ConfigureSurface()
180 vpf == VideoPixelFormat::NV12 || vpf == VideoPixelFormat::NV21, in ConfigureSurface()
182 outputPixelFmt_ = vpf; in ConfigureSurface()
533 VideoPixelFormat vpf = static_cast<VideoPixelFormat>(val); in SetSurfaceParameter() local
534 CHECK_AND_RETURN_LOG(vpf == VideoPixelFormat::RGBA || vpf == VideoPixelFormat::YUVI420 || in SetSurfaceParameter()
535 vpf in SetSurfaceParameter()
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp253 VideoPixelFormat vpf = static_cast<VideoPixelFormat>(val); in ConfigureSurface() local
254 CHECK_AND_RETURN_LOG(vpf == VideoPixelFormat::NV12 || vpf == VideoPixelFormat::NV21, in ConfigureSurface()
256 outputPixelFmt_ = vpf; in ConfigureSurface()
561 VideoPixelFormat vpf = static_cast<VideoPixelFormat>(val); in SetSurfaceParameter() local
562 CHECK_AND_RETURN_LOG(vpf == VideoPixelFormat::NV12 || vpf == VideoPixelFormat::NV21, in SetSurfaceParameter()
564 outputPixelFmt_ = vpf; in SetSurfaceParameter()
568 if (vpf == VideoPixelFormat::NV12) { in SetSurfaceParameter()
574 surfacePixelFmt = TranslateSurfaceFormat(vpf); in SetSurfaceParameter()
[all...]

Completed in 4 milliseconds