Home
last modified time | relevance | path

Searched refs:RGBA (Results 1 - 25 of 57) sorted by relevance

123

/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dav_common.h49 * RGBA.
51 RGBA = 5, enumerator
/foundation/multimedia/media_foundation/src/common/
H A Dplugin_video_tags.h40 RGBA, ///< packed RGBA 8:8:8:8, 32bpp, RGBARGBA... member
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_video_tags.h40 RGBA, ///< packed RGBA 8:8:8:8, 32bpp, RGBARGBA... member
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dav_common.h78 * RGBA.
80 RGBA = 5, member in OHOS::MediaAVCodec::VideoPixelFormat
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_proxy.h25 RGBA = 0, member in OHOS::Media::PhotoFormat
55 virtual PhotoFormat GetFormat() = 0; // RGBA、JPG
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/
H A Dpanorama2_demo.js82 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, image);
H A Dshadow2_demo.js145 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, image);
322 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, WIDTH, HEIGHT, 0, gl.RGBA, gl.UNSIGNED_BYTE, null);
H A Dcube2_demo.js135 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, image);
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/
H A Dpanorama_demo.js79 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, image);
H A Dshadow_demo.js143 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, image);
320 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, WIDTH, HEIGHT, 0, gl.RGBA, gl.UNSIGNED_BYTE, null);
H A Dcube_demo.js135 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, image);
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp47 {VideoPixelFormat::RGBA, VideoPixelFormat::NV12, VideoPixelFormat::NV21}); in SurfaceSinkRegister()
70 case VideoPixelFormat::RGBA: in TranslatePixelFormat()
158 if (decodeOutputPixelFmt_ == VideoPixelFormat::RGBA || decodeOutputPixelFmt_ == VideoPixelFormat::NV12 || in Prepare()
/foundation/multimedia/av_codec/services/engine/common/
H A Dcodec_utils.cpp29 {VideoPixelFormat::RGBA, AV_PIX_FMT_RGBA},
241 case VideoPixelFormat::RGBA: { in TranslateSurfaceFormat()
279 return (format == VideoPixelFormat::RGBA); in IsRgbFormat()
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp366 output.u.RGBA.rgba = static_cast<uint8_t *>(context.pixelsBuffer.buffer); in InitWebpOutput()
367 output.u.RGBA.stride = webpSize_.width * bytesPerPixel_; in InitWebpOutput()
368 output.u.RGBA.size = context.pixelsBuffer.bufferSize; in InitWebpOutput()
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_source_encoder.h41 int32_t pixleFormat_ = static_cast<int32_t>(OHOS::MediaAVCodec::VideoPixelFormat::RGBA);
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h52 {0, PhotoFormat::RGBA},
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h124 // RGBA、JPG、YUV
127 return PhotoFormat::RGBA;
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h42 RGBA = 5, ///< packed RGBA 8:8:8:8, 32bpp, RGBARGBA... member
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp169 return Media::PhotoFormat::RGBA; in GetFormat()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp170 return Media::PhotoFormat::RGBA; in GetFormat()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp135 PhotoFormat photoFormat_ = PhotoFormat::RGBA;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.cpp65 return Media::PhotoFormat::RGBA; in FuzzPhotoFormat()
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h130 // RGBA、JPG、YUV
206 PhotoFormat::RGBA,
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dscreen_input/
H A Ddscreen_input_plugin.cpp41 Capability::Key::VIDEO_PIXEL_FORMAT, {VideoPixelFormat::RGBA}); in CreateDscreenInputPluginDef()
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp47 {VideoPixelFormat::YUV420P, VideoPixelFormat::NV12, VideoPixelFormat::NV21, VideoPixelFormat::RGBA}); in SdlVideoRegister()
78 case VideoPixelFormat::RGBA: in TranslatePixelFormat()

Completed in 10 milliseconds

123