Searched refs:ABGR (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/src/common/ |
H A D | plugin_video_tags.h | 42 ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR... enumerator
|
H A D | plugin_attr_desc.h | 195 {VideoPixelFormat::ABGR, "ABGR"},
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_video_tags.h | 42 ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR... enumerator
|
H A D | plugin_attr_desc.h | 195 {VideoPixelFormat::ABGR, "ABGR"},
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 49 ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR... enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/ |
H A D | video_decoder_filter.cpp | 152 vdecFormat == Plugin::VideoPixelFormat::ABGR || in CalculateBufferSize()
|
/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 | 229 ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR... enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/ |
H A D | surface_sink_plugin.cpp | 80 case VideoPixelFormat::ABGR: in TranslatePixelFormat()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/ |
H A D | sdl_video_sink_plugin.cpp | 84 case VideoPixelFormat::ABGR: in TranslatePixelFormat()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
H A D | ffmpeg_utils.cpp | 157 {VideoPixelFormat::ABGR, AV_PIX_FMT_ABGR},
|