Home
last modified time | relevance | path

Searched defs:ySize (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/av_codec/services/engine/common/
H A Dcodec_utils.cpp118 int32_t ySize = static_cast<int32_t>(scaleLineSize[0] * height); // yuv420: 411 nv21 in WriteYuvData() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp49 uint64_t ySize; member
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.cpp415 int32_t ySize = cachedFrame_->linesize[0] * AlignUp(cachedFrame_->height, DEFAULT_ALIGN); in FillAvFrame() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp384 int32_t ySize = 0; in VideoImageDisaplay() local
415 UpdateNVTexture(const uint8_t** data, int32_t* lineSize, const std::shared_ptr<VideoBufferMeta>& videoMeta, int32_t ySize, const uint8_t* ptr) const UpdateNVTexture() argument
439 UpdateYUVTexture(const uint8_t** data, int32_t* lineSize, const std::shared_ptr<VideoBufferMeta>& videoMeta, int32_t ySize, int32_t uvSize) const UpdateYUVTexture() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp269 int32_t ySize = imageSize.width * imageSize.height; in YuvP010ConvertToRgb() local
310 int32_t ySize = imageSize.width * imageSize.height; in Rgba1010102ConvertToYuvP010() local
488 int32_t ySize = imageSize.width * imageSize.height; in GetOrignData() local
495 int32_t ySize = imageSize.width * imageSize.height; in GetOrignData() local
H A Djpg_yuv_test.cpp623 int32_t ySize = imageSize.width * imageSize.height; in YuvP010Crop() local
665 int32_t ySize = imageSize.width * imageSize.height; in YuvP010Rotate() local
705 int32_t ySize = imageSize.width * imageSize.height; in ScaleYuv420P010() local
744 int32_t ySize = imageSize.width * imageSize.height; in ResizeYuv420P010() local
782 int32_t ySize = imageSize.width * imageSize.height; in FlipYuv420P010() local
825 int32_t ySize = imageSize.width * imageSize.height; TranslateYuv420P010() local
864 int32_t ySize = imageSize.width * imageSize.height; RGBA1010102Crop() local
904 int32_t ySize = imageSize.width * imageSize.height; RGBA1010102Rotate() local
942 int32_t ySize = imageSize.width * imageSize.height; RGBA1010102Scale() local
980 int32_t ySize = imageSize.width * imageSize.height; RGBA1010102Resize() local
1017 int32_t ySize = imageSize.width * imageSize.height; RGBA1010102Flip() local
1059 int32_t ySize = imageSize.width * imageSize.height; RGBA1010102Translate() local
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp647 size_t ySize = static_cast<size_t>(scaleLineSize_[0] * height_); in WriteYuvData() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp2531 int32_t ySize = imageSize.width * imageSize.height; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp272 int32_t ySize = imageSize.width * imageSize.height; in YuvP010ConvertToRgb() local

Completed in 20 milliseconds