/ohos5.0/foundation/multimedia/media_foundation/src/common/ |
H A D | plugin_video_tags.h | 43 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... enumerator
|
H A D | plugin_attr_desc.h | 196 {VideoPixelFormat::BGRA, "BGRA"},
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_video_tags.h | 43 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... enumerator
|
H A D | plugin_attr_desc.h | 196 {VideoPixelFormat::BGRA, "BGRA"},
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | rosen_render_qrcode.h | 34 union BGRA { union
|
H A D | rosen_render_qrcode.cpp | 90 BGRA convertedColor; in ConvertColorFromHighToLow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_modifier.h | 35 union BGRA { union
|
H A D | qrcode_modifier.cpp | 121 BGRA convertedColor; in ConvertColorFromHighToLow()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 50 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/ |
H A D | video_decoder_filter.cpp | 153 vdecFormat == Plugin::VideoPixelFormat::BGRA) { in CalculateBufferSize()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_utils.cpp | 184 {VideoPixelFormat::BGRA, OMX_COLOR_Format32bitBGRA8888},
|
H A D | hdi_codec_manager.cpp | 186 formats.push_back(VideoPixelFormat::BGRA); in GetCodecFormats()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | image__pixel__map__mdk_8h.md | 50 …e_t len, int32_t rowStride, napi_value \*res) | 创建**PixelMap**对象。当前只支持输入流为BGRA格式的流。PixelMap内存在RGBA…
|
H A D | image.md | 113 …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 D | video_ffmpeg_decoder_plugin.cpp | 519 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 D | histreamer_ability_parser.h | 230 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | image__pixel__map__mdk_8h.md | 50 …tride, napi_value \*res) | Creates a **PixelMap** object. Currently, only BGRA input streams are s…
|
H A D | image.md | 113 …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 D | surface_sink_plugin.cpp | 73 case VideoPixelFormat::BGRA: in TranslatePixelFormat()
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestPlugin.cpp | 150 ASSERT_TRUE(FormatHstToOmx(VideoPixelFormat::BGRA) == OMX_COLOR_Format32bitBGRA8888);
|
H A D | TestPluginSetting.cpp | 165 ASSERT_TRUE(FormatHstToOmx(VideoPixelFormat::BGRA) == OMX_COLOR_Format32bitBGRA8888);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/ |
H A D | sdl_video_sink_plugin.cpp | 87 case VideoPixelFormat::BGRA: in TranslatePixelFormat()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
H A D | ffmpeg_utils.cpp | 158 {VideoPixelFormat::BGRA, AV_PIX_FMT_BGRA},
|