Home
last modified time | relevance | path

Searched refs:BGRA (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dplugin_video_tags.h43 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... enumerator
H A Dplugin_attr_desc.h196 {VideoPixelFormat::BGRA, "BGRA"},
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_video_tags.h43 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... enumerator
H A Dplugin_attr_desc.h196 {VideoPixelFormat::BGRA, "BGRA"},
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drosen_render_qrcode.h34 union BGRA { union
H A Drosen_render_qrcode.cpp90 BGRA convertedColor; in ConvertColorFromHighToLow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.h35 union BGRA { union
H A Dqrcode_modifier.cpp121 BGRA convertedColor; in ConvertColorFromHighToLow()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h50 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.cpp153 vdecFormat == Plugin::VideoPixelFormat::BGRA) { in CalculateBufferSize()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp184 {VideoPixelFormat::BGRA, OMX_COLOR_Format32bitBGRA8888},
H A Dhdi_codec_manager.cpp186 formats.push_back(VideoPixelFormat::BGRA); in GetCodecFormats()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage__pixel__map__mdk_8h.md50 …e_t len, int32_t rowStride, napi_value \*res) | 创建**PixelMap**对象。当前只支持输入流为BGRA格式的流。PixelMap内存在RGBA…
H A Dimage.md113 …e_t len, int32_t rowStride, napi_value \*res) | 创建**PixelMap**对象。当前只支持输入流为BGRA格式的流。pixelmap内存在RGBA…
2572 创建**PixelMap**对象。当前只支持输入流为BGRA格式的流。该接口传入的buf不支持stride。该接口不支持DMA内存。
2656 创建**PixelMap**对象。当前只支持输入流为BGRA格式的流。pixelmap内存在RGBA格式下,默认为DMA内存(图片512\*512以上)。
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp519 pixelFormat_ == VideoPixelFormat::ABGR || pixelFormat_ == VideoPixelFormat::BGRA) { in DumpVideoRawOutData()
615 pixelFormat_ == VideoPixelFormat::ABGR || pixelFormat_ == VideoPixelFormat::BGRA) { in WriteRgbDataStride()
696 pixelFormat_ == VideoPixelFormat::ABGR || pixelFormat_ == VideoPixelFormat::BGRA) { in WriteRgbData()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h230 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... enumerator
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__pixel__map__mdk_8h.md50 …tride, napi_value \*res) | Creates a **PixelMap** object. Currently, only BGRA input streams are s…
H A Dimage.md113 …tride, napi_value \*res) | Creates a **PixelMap** object. Currently, only BGRA input streams are s…
2703 Creates a **PixelMap** object. Currently, only BGRA input streams are supported. The buffer passed …
2789 Creates a **PixelMap** object. Currently, only BGRA input streams are supported. For a PixelMap in …
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp73 case VideoPixelFormat::BGRA: in TranslatePixelFormat()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp150 ASSERT_TRUE(FormatHstToOmx(VideoPixelFormat::BGRA) == OMX_COLOR_Format32bitBGRA8888);
H A DTestPluginSetting.cpp165 ASSERT_TRUE(FormatHstToOmx(VideoPixelFormat::BGRA) == OMX_COLOR_Format32bitBGRA8888);
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp87 case VideoPixelFormat::BGRA: in TranslatePixelFormat()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dffmpeg_utils.cpp158 {VideoPixelFormat::BGRA, AV_PIX_FMT_BGRA},