Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp567 if (bitDepth_ == BIT_DEPTH10BIT) { in SetSurfaceParameter()
783 if (width_ != outputBuffer->width || height_ != outputBuffer->height || bitDepth_ != outputBuffer->bitDepth) { in UpdateOutputBuffer()
797 outputBuffer->bitDepth = bitDepth_; in UpdateOutputBuffer()
808 if (width_ != outputBuffer->width || height_ != outputBuffer->height || bitDepth_ != outputBuffer->bitDepth) { in UpdateSurfaceMemory()
825 outputBuffer->bitDepth = bitDepth_; in UpdateSurfaceMemory()
834 if (width_ != width || height_ != height || bitDepth_ != bitDepth) { in CheckFormatChange()
836 "bitDepth: %{public}d->%{public}d", width_, width, height_, height, bitDepth_, bitDepth); in CheckFormatChange()
839 bitDepth_ = bitDepth; in CheckFormatChange()
845 if (bitDepth_ == BIT_DEPTH10BIT) { in CheckFormatChange()
1043 if (bitDepth_ in FillFrameBuffer()
[all...]
H A Dhevc_decoder.h183 int32_t bitDepth_ = 8; member in OHOS::MediaAVCodec::Codec::HevcDecoder

Completed in 3 milliseconds