/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_post_process_blocks.h | 64 …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 D | mesh_builder.h | 127 uint32_t uvSize = 0; in CORE3D_BEGIN_NAMESPACE() member
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/ |
H A D | sdl_video_sink_plugin.cpp | 385 int32_t uvSize = 0; in VideoImageDisaplay() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | native_image.cpp | 51 uint64_t uvSize; member
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/ |
H A D | codec_utils.cpp | 119 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 D | jpg_yuv_test.cpp | 624 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 D | image_format_convert_test.cpp | 270 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 D | video_ffmpeg_encoder_plugin.cpp | 417 …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 D | videodec_ndk_inner_sample.cpp | 572 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 D | video_ffmpeg_decoder_plugin.cpp | 650 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 D | videodec_ndk_sample.cpp | 726 uint32_t uvSize = size - DEFAULT_WIDTH * DEFAULT_HEIGHT; in ProcessOutputData() local
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 753 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 D | image_yuv_convert_fuzzer.cpp | 161 int32_t uvSize = ((imageSize.width + 1) / NUM_2) * ((imageSize.height + 1) / NUM_2); in YuvP010ConvertToRgb() local
|