Searched refs:picWidth_ (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 123 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 D | videodec_api11_sample.cpp | 128 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 D | videodec_api11_sample.cpp | 134 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 D | videodec_sample.h | 82 int32_t picWidth_ = 0; member in OHOS::Media::VDecNdkSample
|
H A D | videodec_api11_sample.h | 92 int32_t picWidth_ = 0; member in OHOS::Media::VDecAPI11Sample
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/ |
H A D | videodec_api11_sample.h | 94 int32_t picWidth_ = 0; member in OHOS::Media::VDecAPI11Sample
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.h | 217 double picWidth_ = 0.0; member in OHOS::Ace::RenderRating
|
H A D | render_rating.cpp | 460 picWidth_ = rawImageSize.Width(); in AdaptLayoutSize() 476 width_ = starNum_ * picWidth_ / scale; in AdaptLayoutSize()
|
Completed in 8 milliseconds