/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/ |
H A D | skia_impl.cpp | 42 if (input->GetFormat() != output->GetFormat()) { in GetImageType() 46 …D("Input format: %{public}d, output format: %{public}d.", input->GetFormat(), output->GetFormat()); in GetImageType() 48 switch (input->GetFormat()) { in GetImageType() 69 switch (surfaceBuffer->GetFormat()) { in GetRGBImageFormat() 115 switch (buffer->GetFormat()) { in ConfigYUVFormat()
|
/ohos5.0/foundation/graphic/surface_lite/test/unittest/ |
H A D | graphic_surface_test.cpp | 213 EXPECT_EQ(101, surface->GetFormat()); // default format is IMAGE_PIXEL_FORMAT_RGB565(101) 288 EXPECT_EQ(101, surface->GetFormat()); // default format is IMAGE_PIXEL_FORMAT_RGB565(101) 293 EXPECT_EQ(101, surface->GetFormat()); 297 EXPECT_EQ(102, surface->GetFormat()); 331 EXPECT_EQ(101, surface->GetFormat()); // default format is IMAGE_PIXEL_FORMAT_RGB565(101) 383 EXPECT_EQ(101, surface->GetFormat()); // default format is IMAGE_PIXEL_FORMAT_RGB565(101) 431 EXPECT_EQ(101, surface->GetFormat()); // default format is IMAGE_PIXEL_FORMAT_RGB565(101) 475 EXPECT_EQ(101, surface->GetFormat()); // default format is IMAGE_PIXEL_FORMAT_RGB565(101) 526 EXPECT_EQ(101, surface->GetFormat()); // default format is IMAGE_PIXEL_FORMAT_RGB565(101) 565 EXPECT_EQ(101, surface->GetFormat()); // default format is IMAGE_PIXEL_FORMAT_RGB565(101) [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | texttimer_composed_element.cpp | 30 { "format", [](const TextTimerComposedElement& inspector) { return inspector.GetFormat(); } }, in __anon977ee0c20402() 45 DumpLog::GetInstance().AddDesc(std::string("format: ").append(GetFormat())); in Dump() 80 std::string TextTimerComposedElement::GetFormat() const in GetFormat() function in OHOS::Ace::V2::TextTimerComposedElement 84 return render->GetFormat(); in GetFormat()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_media_source_info_impl.cpp | 32 ArkWebString ArkWebMediaSourceInfoImpl::GetFormat() in GetFormat() function in OHOS::ArkWeb::ArkWebMediaSourceInfoImpl 34 return ArkWebStringClassToStruct(nweb_media_source_info_->GetFormat()); in GetFormat()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_surface_buffer_adapter_wrapper.cpp | 43 int32_t ArkSurfaceBufferAdapterWrapper::GetFormat() in GetFormat() function in OHOS::ArkWeb::ArkSurfaceBufferAdapterWrapper 45 return ctocpp_->GetFormat(); in GetFormat()
|
H A D | ark_camera_surface_buffer_adapter_wrapper.cpp | 45 int32_t ArkCameraSurfaceBufferAdapterWrapper::GetFormat() in GetFormat() function in OHOS::ArkWeb::ArkCameraSurfaceBufferAdapterWrapper 47 return ctocpp_->GetFormat(); in GetFormat()
|
H A D | ark_buffer_request_config_adapter_impl.cpp | 40 int32_t ArkBufferRequestConfigAdapterImpl::GetFormat() in GetFormat() function in OHOS::ArkWeb::ArkBufferRequestConfigAdapterImpl 42 return real_->GetFormat(); in GetFormat()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_media_source_info_wrapper.cpp | 32 std::string ArkWebMediaSourceInfoWrapper::GetFormat() in GetFormat() function in OHOS::ArkWeb::ArkWebMediaSourceInfoWrapper 34 ArkWebString stFormat = ark_web_media_source_info_->GetFormat(); in GetFormat()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_camera_surface_buffer_adapter_impl.cpp | 47 int32_t ArkCameraSurfaceBufferAdapterImpl::GetFormat() in GetFormat() function in OHOS::ArkWeb::ArkCameraSurfaceBufferAdapterImpl 49 return real_->GetFormat(); in GetFormat()
|
H A D | ark_surface_buffer_adapter_impl.cpp | 46 int32_t ArkSurfaceBufferAdapterImpl::GetFormat() in GetFormat() function in OHOS::ArkWeb::ArkSurfaceBufferAdapterImpl 48 return real_->GetFormat(); in GetFormat()
|
H A D | ark_buffer_request_config_adapter_wrapper.cpp | 42 int32_t ArkBufferRequestConfigAdapterWrapper::GetFormat() in GetFormat() function in OHOS::ArkWeb::ArkBufferRequestConfigAdapterWrapper 44 return ctocpp_->GetFormat(); in GetFormat()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | native_image.cpp | 155 auto res = GetFormat(format); in SplitSurfaceToComponent() 175 auto res = GetFormat(format); in CombineYUVComponents() 296 int32_t NativeImage::GetFormat(int32_t &format) in GetFormat() function in OHOS::Media::NativeImage 301 format = buffer_->GetFormat(); in GetFormat() 327 if (GetFormat(format) == SUCCESS && type == format) { in GetComponent() 337 if (component == nullptr && GetFormat(format) == SUCCESS) { in GetComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | texttimer_component.cpp | 61 const std::string& TextTimerComponent::GetFormat() const in GetFormat() function in OHOS::Ace::TextTimerComponent 63 return declaration_->GetFormat(); in GetFormat()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/ |
H A D | bitmap_test.cpp | 563 ASSERT_EQ(ColorType::COLORTYPE_RGBA_8888, bitmap->GetFormat().colorType); 564 ASSERT_EQ(AlphaType::ALPHATYPE_UNPREMUL, bitmap->GetFormat().alphaType); 581 ASSERT_EQ(ColorType::COLORTYPE_ALPHA_8, bitmap->GetFormat().colorType); 582 ASSERT_EQ(AlphaType::ALPHATYPE_OPAQUE, bitmap->GetFormat().alphaType); 599 ASSERT_EQ(ColorType::COLORTYPE_ALPHA_8, bitmap->GetFormat().colorType); 600 ASSERT_EQ(AlphaType::ALPHATYPE_OPAQUE, bitmap->GetFormat().alphaType); 618 ASSERT_EQ(ColorType::COLORTYPE_RGBA_8888, bitmap->GetFormat().colorType); 619 ASSERT_EQ(AlphaType::ALPHATYPE_UNPREMUL, bitmap->GetFormat().alphaType); 811 ASSERT_EQ(ColorType::COLORTYPE_ALPHA_8, bitmap->GetFormat().colorType); 812 ASSERT_EQ(AlphaType::ALPHATYPE_OPAQUE, bitmap->GetFormat().alphaType);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/ |
H A D | image_receiver_impl_test.cpp | 44 imageReceiverNull.GetFormat(&format); 69 imageReceiverNull.GetFormat(&format);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/ |
H A D | node_utils.cpp | 107 && buffer->GetCurFormat() == buffer->GetFormat()) { in BufferScaleFormatTransform() 131 .format = buffer->GetFormat(), in BufferScaleFormatTransform() 142 buffer->SetCurFormat(buffer->GetFormat()); in BufferScaleFormatTransform()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_pattern.cpp | 251 std::string timerText = Localization::GetInstance()->FormatDuration(elapsedTime, GetFormat()); in UpdateTextTimer() 263 std::string TextTimerPattern::GetFormat() const in GetFormat() function in OHOS::Ace::NG::TextTimerPattern 267 return textTimerLayoutProperty->GetFormat().value_or(DEFAULT_FORMAT); in GetFormat() 332 auto format = layoutProperty->GetFormat().value_or(DEFAULT_FORMAT); in GetMillisecondsDuration() 395 auto format = textTimerLayoutProperty->GetFormat().value_or(DEFAULT_FORMAT); in DumpInfo()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | surface_adapter_impl_test.cpp | 36 WVLOG_I("test buffer is available, the format=%{public}d", buffer->GetFormat()); in OnBufferAvailable() 97 int32_t GetFormat() override in GetFormat() function in OHOS::NWeb::BufferRequestConfigAdapterMock 205 EXPECT_EQ(bufferAdapter->GetFormat(), -1); 241 EXPECT_GE(bufferAdapter->GetFormat(), 0);
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/ |
H A D | audio_ffmpeg_mp3_decoder_plugin.cpp | 112 Format AudioFFMpegMp3DecoderPlugin::GetFormat() const noexcept in GetFormat() function in OHOS::MediaAVCodec::AudioFFMpegMp3DecoderPlugin 114 auto format = basePlugin->GetFormat(); in GetFormat()
|
H A D | audio_ffmpeg_flac_decoder_plugin.cpp | 147 Format AudioFFMpegFlacDecoderPlugin::GetFormat() const noexcept in GetFormat() function in OHOS::MediaAVCodec::AudioFFMpegFlacDecoderPlugin 149 auto format = basePlugin->GetFormat(); in GetFormat()
|
H A D | audio_ffmpeg_amrnb_decoder_plugin.cpp | 113 Format AudioFFMpegAmrnbDecoderPlugin::GetFormat() const noexcept in GetFormat() function in OHOS::MediaAVCodec::AudioFFMpegAmrnbDecoderPlugin 115 auto format = basePlugin->GetFormat(); in GetFormat()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/ |
H A D | mpi_node.cpp | 44 it->GetFormat(f); in ConnectMpi() 82 it->GetFormat(f); in DisConnectMpi()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_receiver_impl.cpp | 91 uint32_t ImageReceiverImpl::GetFormat(int32_t *ret) in GetFormat() function in OHOS::Media::ImageReceiverImpl 98 *ret = imageReceiver_->iraContext_->GetFormat(); in GetFormat()
|
H A D | image_impl.cpp | 90 uint32_t ImageImpl::GetFormat(int32_t *ret) in GetFormat() function in OHOS::Media::ImageImpl 100 uint32_t retCode = native_->GetFormat(*ret); in GetFormat()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/ |
H A D | frame_record.cpp | 31 format = videoBuffer->GetFormat(); in FrameRecord() 102 .format = surfaceBuffer->GetFormat(), in DeepCopyBuffer()
|