Home
last modified time | relevance | path

Searched refs:GetPixelFormat (Results 1 – 25 of 122) sorted by relevance

12345

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_format_adapter_wrapper.cpp37 NWeb::VideoPixelFormatAdapter ArkFormatAdapterWrapper::GetPixelFormat() in GetPixelFormat() function in OHOS::ArkWeb::ArkFormatAdapterWrapper
39 return (NWeb::VideoPixelFormatAdapter)ctocpp_->GetPixelFormat(); in GetPixelFormat()
H A Dark_video_capture_params_adapter_impl.cpp40 int32_t ArkVideoCaptureParamsAdapterImpl::GetPixelFormat() in GetPixelFormat() function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterImpl
42 return (int32_t)real_->GetPixelFormat(); in GetPixelFormat()
H A Dark_format_adapter_wrapper.h35 NWeb::VideoPixelFormatAdapter GetPixelFormat() override;
H A Dark_video_capture_params_adapter_impl.h35 int32_t GetPixelFormat() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_format_adapter_impl.cpp39 int32_t ArkFormatAdapterImpl::GetPixelFormat() in GetPixelFormat() function in OHOS::ArkWeb::ArkFormatAdapterImpl
41 return (int32_t)real_->GetPixelFormat(); in GetPixelFormat()
H A Dark_video_capture_params_adapter_wrapper.cpp41 NWeb::VideoPixelFormatAdapter ArkVideoCaptureParamsAdapterWrapper::GetPixelFormat() in GetPixelFormat() function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterWrapper
43 return (NWeb::VideoPixelFormatAdapter)ctocpp_->GetPixelFormat(); in GetPixelFormat()
H A Dark_video_capture_params_adapter_wrapper.h35 NWeb::VideoPixelFormatAdapter GetPixelFormat() override;
H A Dark_format_adapter_impl.h35 int32_t GetPixelFormat() override;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp153 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in DecodeToFormat()
194 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in DecodeToYuv()
260 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in YuvRotate()
284 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in YuvCrop()
286 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in YuvCrop()
295 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in YuvCrop()
320 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in YuvWriteConvert()
331 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in YuvWriteConvert()
340 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in YuvWriteConvert()
373 ASSERT_EQ(pixelMap->GetPixelFormat(), outfmt); in ScaleYuv420()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_parcel_test.cpp100 EXPECT_EQ(pixelmap1->GetPixelFormat(), pixelmap2->GetPixelFormat());
H A Dimage_pixel_map_test.cpp146 EXPECT_EQ(pixelMap.GetPixelFormat(), PixelFormat::ALPHA_8);
209 EXPECT_EQ(pixelMap.GetPixelFormat(), PixelFormat::RGB_565);
273 EXPECT_EQ(pixelMap.GetPixelFormat(), PixelFormat::ARGB_8888);
325 EXPECT_EQ(pixelMap.GetPixelFormat(), PixelFormat::ARGB_8888);
361 EXPECT_EQ(pixelMap.GetPixelFormat(), PixelFormat::UNKNOWN);
388 EXPECT_EQ(pixelMap.GetPixelFormat(), PixelFormat::UNKNOWN);
452 EXPECT_EQ(pixelMap.GetPixelFormat(), PixelFormat::RGB_888);
534 EXPECT_EQ(pixelmap1->GetPixelFormat(), pixelmap2->GetPixelFormat());
543 EXPECT_EQ(pixelmap2->GetPixelFormat(), pixelmap3->GetPixelFormat());
608 EXPECT_EQ(pixelmap1->GetPixelFormat(), pixelmap2->GetPixelFormat());
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_mock.cpp173 … fileName, timeUs, queryOption, frame->GetWidth(), frame->GetHeight(), frame->GetPixelFormat()); in FrameToFile()
219 … fileName, timeUs, queryOption, frame->GetWidth(), frame->GetHeight(), frame->GetPixelFormat()); in FrameToJpeg()
224 if (frame->GetPixelFormat() == PixelFormat::RGB_565) { in FrameToJpeg()
243 } else if (frame->GetPixelFormat() == PixelFormat::RGB_888) { in FrameToJpeg()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_camera_manager_adapter.h54 virtual int32_t GetPixelFormat() = 0;
95 virtual int32_t GetPixelFormat() = 0;
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dformat_adapter_mock.cpp35 VideoPixelFormatAdapter FormatAdapterImpl::GetPixelFormat() in GetPixelFormat() function in OHOS::NWeb::FormatAdapterImpl
H A Dformat_adapter_impl.cpp35 VideoPixelFormatAdapter FormatAdapterImpl::GetPixelFormat() in GetPixelFormat() function in OHOS::NWeb::FormatAdapterImpl
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/formatadapter_fuzzer/
H A Dformatadapter_fuzzer.cpp39 adapter.GetPixelFormat(); in FormatAdapterFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_converter.cpp66 SkColorType colorType = ImageConverter::PixelFormatToSkColorType(pixelMap->GetPixelFormat()); in PixelMapToBitmap()
128 …:Drawing::ColorType colorType = ImageConverter::PixelFormatToColorType(pixelMap->GetPixelFormat());
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map_parcel.cpp169 if (!data.WriteInt32(static_cast<int32_t>(pixelMap->GetPixelFormat()))) { in WriteImageInfo()
170 …GE_LOGE("write pixel map pixel format:[%{public}d] to parcel failed.", pixelMap->GetPixelFormat()); in WriteImageInfo()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h125 virtual VideoPixelFormatAdapter GetPixelFormat() = 0;
161 virtual VideoPixelFormatAdapter GetPixelFormat() = 0;
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dformat_adapter_impl.h33 VideoPixelFormatAdapter GetPixelFormat() override;
/ohos5.0/foundation/multimedia/image_effect/test/unittest/mock/include/
H A Dmock_pixel_map.h32 MOCK_METHOD0(GetPixelFormat, PixelFormat());
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing_native.cpp354 auto it = FORMAT_MAP.find(pixelMap->GetPixelFormat()); in ConvertPixelMapToSurfaceBuffer()
356 VPE_LOGE("Unsupported format: %{public}d", pixelMap->GetPixelFormat()); in ConvertPixelMapToSurfaceBuffer()
378 int32_t rowSize = pixelMap->GetWidth() * GetBytesPerPixel(pixelMap->GetPixelFormat()); in CopyPixelMapToSurfaceBuffer()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_encoder.cpp172 PixelFormat pixelFormat = pixelMaps_[0]->GetPixelFormat(); in FinalizeEncode()
204 PixelFormat pixelFormat = pixelMaps_[0]->GetPixelFormat(); in SetCommonConfig()
312 PixelFormat pixelFormat = pixelMaps_[0]->GetPixelFormat(); in Deinterweave()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp153 PixelFormat pixelFormat = GetPixelFormat(pixelMap); in CheckEncodeFormat()
197 PixelFormat pixelFormat = GetPixelFormat(pixelMap); in DoTransform()
254 if (GetPixelFormat(pixelMap) == PixelFormat::RGBA_F16) { in SetEncodeConfig()
380 PixelFormat WebpEncoder::GetPixelFormat(Media::PixelMap &pixelMap) in GetPixelFormat() function in OHOS::ImagePlugin::WebpEncoder
382 return pixelMap.GetPixelFormat(); in GetPixelFormat()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp159 DMError Screen::GetPixelFormat(GraphicPixelFormat& pixelFormat) const in GetPixelFormat() function in OHOS::Rosen::Screen
161 return SingletonContainer::Get<ScreenManagerAdapter>().GetPixelFormat(GetId(), pixelFormat); in GetPixelFormat()

12345