Home
last modified time | relevance | path

Searched defs:uvSize (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_post_process_blocks.h64 …ProcessColorFringeBlock(in uint postProcessFlags, in vec4 chromaFactor, in vec2 uv, in vec2 uvSize, in PostProcessColorFringeBlock()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h127 uint32_t uvSize = 0; in CORE3D_BEGIN_NAMESPACE() member
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp385 int32_t uvSize = 0; in VideoImageDisaplay() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp51 uint64_t uvSize; member
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/
H A Dcodec_utils.cpp119 int32_t uvSize = static_cast<int32_t>(scaleLineSize[1] * height / 2); // 2 in WriteYuvData() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp624 int32_t uvSize = ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2); in YuvP010Crop() local
666 int32_t uvSize = ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2); in YuvP010Rotate() local
706 int32_t uvSize = ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2); in ScaleYuv420P010() local
745 int32_t uvSize = ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2); in ResizeYuv420P010() local
783 int32_t uvSize = ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2); in FlipYuv420P010() local
826 int32_t uvSize = ((imageSize.width + 1) / 2) * ((imageSize.height + 1) / 2); in TranslateYuv420P010() local
H A Dimage_format_convert_test.cpp270 int32_t uvSize = ((imageSize.width + 1) / NUM_2) * ((imageSize.height + 1) / NUM_2); in YuvP010ConvertToRgb() local
489 int32_t uvSize = ((imageSize.width + 1) / NUM_2) * ((imageSize.height + 1) / NUM_2); in GetOrignData() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.cpp417 …int32_t uvSize = cachedFrame_->linesize[1] * AlignUp(cachedFrame_->height, DEFAULT_ALIGN) / 2; // 2 in FillAvFrame() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp572 uint32_t uvSize = size - DEFAULT_WIDTH * DEFAULT_HEIGHT; in ProcessOutputData() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp650 size_t uvSize = static_cast<size_t>(scaleLineSize_[1] * height_ / 2); // 2 in WriteYuvData() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp726 uint32_t uvSize = size - DEFAULT_WIDTH * DEFAULT_HEIGHT; in ProcessOutputData() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp753 uint32_t uvSize = size - DEFAULT_WIDTH * DEFAULT_HEIGHT; in ProcessOutputData() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp161 int32_t uvSize = ((imageSize.width + 1) / NUM_2) * ((imageSize.height + 1) / NUM_2); in YuvP010ConvertToRgb() local