/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_format_adapter_wrapper.cpp | 37 NWeb::VideoPixelFormatAdapter ArkFormatAdapterWrapper::GetPixelFormat() in GetPixelFormat() function in OHOS::ArkWeb::ArkFormatAdapterWrapper 39 return (NWeb::VideoPixelFormatAdapter)ctocpp_->GetPixelFormat(); in GetPixelFormat()
|
H A D | ark_video_capture_params_adapter_impl.cpp | 40 int32_t ArkVideoCaptureParamsAdapterImpl::GetPixelFormat() in GetPixelFormat() function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterImpl 42 return (int32_t)real_->GetPixelFormat(); in GetPixelFormat()
|
H A D | ark_format_adapter_wrapper.h | 35 NWeb::VideoPixelFormatAdapter GetPixelFormat() override;
|
H A D | ark_video_capture_params_adapter_impl.h | 35 int32_t GetPixelFormat() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_format_adapter_impl.cpp | 39 int32_t ArkFormatAdapterImpl::GetPixelFormat() in GetPixelFormat() function in OHOS::ArkWeb::ArkFormatAdapterImpl 41 return (int32_t)real_->GetPixelFormat(); in GetPixelFormat()
|
H A D | ark_video_capture_params_adapter_wrapper.cpp | 41 NWeb::VideoPixelFormatAdapter ArkVideoCaptureParamsAdapterWrapper::GetPixelFormat() in GetPixelFormat() function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterWrapper 43 return (NWeb::VideoPixelFormatAdapter)ctocpp_->GetPixelFormat(); in GetPixelFormat()
|
H A D | ark_video_capture_params_adapter_wrapper.h | 35 NWeb::VideoPixelFormatAdapter GetPixelFormat() override;
|
H A D | ark_format_adapter_impl.h | 35 int32_t GetPixelFormat() override;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | jpg_yuv_test.cpp | 153 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 D | image_pixel_map_parcel_test.cpp | 100 EXPECT_EQ(pixelmap1->GetPixelFormat(), pixelmap2->GetPixelFormat());
|
H A D | image_pixel_map_test.cpp | 146 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 D | avmetadata_mock.cpp | 173 … 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 D | ark_camera_manager_adapter.h | 54 virtual int32_t GetPixelFormat() = 0; 95 virtual int32_t GetPixelFormat() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | format_adapter_mock.cpp | 35 VideoPixelFormatAdapter FormatAdapterImpl::GetPixelFormat() in GetPixelFormat() function in OHOS::NWeb::FormatAdapterImpl
|
H A D | format_adapter_impl.cpp | 35 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 D | formatadapter_fuzzer.cpp | 39 adapter.GetPixelFormat(); in FormatAdapterFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | image_converter.cpp | 66 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 D | pixel_map_parcel.cpp | 169 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 D | camera_manager_adapter.h | 125 virtual VideoPixelFormatAdapter GetPixelFormat() = 0; 161 virtual VideoPixelFormatAdapter GetPixelFormat() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/ |
H A D | format_adapter_impl.h | 33 VideoPixelFormatAdapter GetPixelFormat() override;
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/mock/include/ |
H A D | mock_pixel_map.h | 32 MOCK_METHOD0(GetPixelFormat, PixelFormat());
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/ |
H A D | image_processing_native.cpp | 354 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 D | jpeg_encoder.cpp | 172 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 D | webp_encoder.cpp | 153 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 D | screen.cpp | 159 DMError Screen::GetPixelFormat(GraphicPixelFormat& pixelFormat) const in GetPixelFormat() function in OHOS::Rosen::Screen 161 return SingletonContainer::Get<ScreenManagerAdapter>().GetPixelFormat(GetId(), pixelFormat); in GetPixelFormat()
|