Home
last modified time | relevance | path

Searched refs:picWidth_ (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp123 dec_sample->picWidth_ = picWidth; in VdecFormatChanged()
773 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData()
778 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
780 copyPos += picWidth_; in ProcessOutputData()
785 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
787 copyPos += picWidth_; in ProcessOutputData()
H A Dvideodec_api11_sample.cpp128 dec_sample->picWidth_ = picWidth; in VdecAPI11FormatChanged()
856 dec_sample->picWidth_ = picWidth; in GetStride()
916 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData()
921 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
923 copyPos += picWidth_; in ProcessOutputData()
928 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
930 copyPos += picWidth_; in ProcessOutputData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp134 dec_sample->picWidth_ = picWidth; in VdecAPI11FormatChanged()
843 dec_sample->picWidth_ = picWidth; in GetStride()
903 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData()
908 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
910 copyPos += picWidth_; in ProcessOutputData()
915 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
917 copyPos += picWidth_; in ProcessOutputData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_sample.h82 int32_t picWidth_ = 0; member in OHOS::Media::VDecNdkSample
H A Dvideodec_api11_sample.h92 int32_t picWidth_ = 0; member in OHOS::Media::VDecAPI11Sample
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_api11_sample.h94 int32_t picWidth_ = 0; member in OHOS::Media::VDecAPI11Sample
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.h217 double picWidth_ = 0.0; member in OHOS::Ace::RenderRating
H A Drender_rating.cpp460 picWidth_ = rawImageSize.Width(); in AdaptLayoutSize()
476 width_ = starNum_ * picWidth_ / scale; in AdaptLayoutSize()

Completed in 8 milliseconds