/foundation/multimedia/media_foundation/src/common/ |
H A D | plugin_video_tags.h | 43 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... member
|
H A D | plugin_attr_desc.h | 196 {VideoPixelFormat::BGRA, "BGRA"},
|
/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... member
|
H A D | plugin_attr_desc.h | 196 {VideoPixelFormat::BGRA, "BGRA"},
|
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | rosen_render_qrcode.h | 34 union BGRA { union in OHOS::Ace::RosenRenderQrcode
|
H A D | rosen_render_qrcode.cpp | 90 BGRA convertedColor; in ConvertColorFromHighToLow()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_modifier.h | 35 union BGRA { union in OHOS::Ace::NG::QRCodeModifier
|
H A D | qrcode_modifier.cpp | 110 BGRA convertedColor; in ConvertColorFromHighToLow()
|
/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 50 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... member
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | hdi_codec_manager.cpp | 186 formats.push_back(VideoPixelFormat::BGRA); in GetCodecFormats()
|
H A D | codec_utils.cpp | 184 {VideoPixelFormat::BGRA, OMX_COLOR_Format32bitBGRA8888},
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/ |
H A D | video_decoder_filter.cpp | 153 vdecFormat == Plugin::VideoPixelFormat::BGRA) { in CalculateBufferSize()
|
/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()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/ |
H A D | surface_sink_plugin.cpp | 73 case VideoPixelFormat::BGRA: in TranslatePixelFormat()
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/ |
H A D | histreamer_ability_parser.h | 230 BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA... member
|
/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()
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestPlugin.cpp | 150 ASSERT_TRUE(FormatHstToOmx(VideoPixelFormat::BGRA) == OMX_COLOR_Format32bitBGRA8888); in HWTEST()
|
H A D | TestPluginSetting.cpp | 165 ASSERT_TRUE(FormatHstToOmx(VideoPixelFormat::BGRA) == OMX_COLOR_Format32bitBGRA8888);
in HWTEST()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
H A D | ffmpeg_utils.cpp | 158 {VideoPixelFormat::BGRA, AV_PIX_FMT_BGRA},
|