Home
last modified time | relevance | path

Searched refs:picHeight_ (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp124 dec_sample->picHeight_ = picHeight; in VdecFormatChanged()
773 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData()
777 for (int32_t i = 0; i < picHeight_; i++) { in ProcessOutputData()
782 bufferAddr += (sliceHeight_ - picHeight_) * stride_; in ProcessOutputData()
784 for (int32_t i = 0; i < picHeight_ >> 1; i++) { in ProcessOutputData()
H A Dvideodec_api11_sample.cpp129 dec_sample->picHeight_ = picHeight; in VdecAPI11FormatChanged()
857 dec_sample->picHeight_ = picHeight; in GetStride()
916 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData()
920 for (int32_t i = 0; i < picHeight_; i++) { in ProcessOutputData()
925 bufferAddr += (sliceHeight_ - picHeight_) * stride_; in ProcessOutputData()
927 for (int32_t i = 0; i < picHeight_ >> 1; i++) { in ProcessOutputData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp135 dec_sample->picHeight_ = picHeight; in VdecAPI11FormatChanged()
844 dec_sample->picHeight_ = picHeight; in GetStride()
903 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData()
907 for (int32_t i = 0; i < picHeight_; i++) { in ProcessOutputData()
912 bufferAddr += (sliceHeight_ - picHeight_) * stride_; in ProcessOutputData()
914 for (int32_t i = 0; i < picHeight_ >> 1; i++) { in ProcessOutputData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_sample.h83 int32_t picHeight_ = 0; member in OHOS::Media::VDecNdkSample
H A Dvideodec_api11_sample.h93 int32_t picHeight_ = 0; member in OHOS::Media::VDecAPI11Sample
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_api11_sample.h95 int32_t picHeight_ = 0; member in OHOS::Media::VDecAPI11Sample

Completed in 8 milliseconds