Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp49 constexpr uint32_t VIDEO_PIX_DEPTH_YUV = 3; member
625 int32_t maxInputSize = static_cast<int32_t>(static_cast<UINT32>(stride * height_ * VIDEO_PIX_DEPTH_YUV) >> 1); in GetOutputFormat()
653 if ((static_cast<UINT32>(width_ * height_ * VIDEO_PIX_DEPTH_YUV) >> 1) <= VIDEO_MIN_BUFFER_SIZE) { in CalculateBufferSize()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp39 constexpr uint32_t VIDEO_PIX_DEPTH_YUV = 3; member
609 int32_t maxInputSize = static_cast<int32_t>((stride * height_ * VIDEO_PIX_DEPTH_YUV) / UV_SCALE_FACTOR); in GetOutputFormat()
623 outputBufferSize_ = static_cast<int32_t>((stride * height_ * VIDEO_PIX_DEPTH_YUV) / UV_SCALE_FACTOR); in CalculateBufferSize()

Completed in 7 milliseconds