Home
last modified time | relevance | path

Searched refs:ABGR (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dplugin_video_tags.h42 ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR... enumerator
H A Dplugin_attr_desc.h195 {VideoPixelFormat::ABGR, "ABGR"},
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_video_tags.h42 ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR... enumerator
H A Dplugin_attr_desc.h195 {VideoPixelFormat::ABGR, "ABGR"},
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h49 ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR... enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.cpp152 vdecFormat == Plugin::VideoPixelFormat::ABGR || in CalculateBufferSize()
/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.h229 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 Dsurface_sink_plugin.cpp80 case VideoPixelFormat::ABGR: in TranslatePixelFormat()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp84 case VideoPixelFormat::ABGR: in TranslatePixelFormat()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dffmpeg_utils.cpp157 {VideoPixelFormat::ABGR, AV_PIX_FMT_ABGR},