Home
last modified time | relevance | path

Searched refs:ImageFormat (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h62 } ImageFormat; typedef
74 ImageFormat format;
89 ImageFormat format; /**< the format of memory */
123 ImageFormat format; // 只支持YUV
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_format.h21 enum class ImageFormat : int32_t { class
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp425 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_EXT_SRGB_R8[] = {
433 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_EXT_SRGB_RG8[] = {
441 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_EXT_SRGB[] = {
455 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_EXT_BGRA[] = {
462 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_EXT_NORM16[] = {
484 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_EXT_S3TC[] = {
498 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_EXT_BPTC[] = {
512 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_EXT_RGTC[] = {
524 static constexpr DeviceGLES::ImageFormat IMAGE_FORMATS_FALLBACK[] = {
559 static constexpr DeviceGLES::ImageFormat IMAGE_FORMAT
[all...]
H A Ddevice_gles.h77 struct ImageFormat { struct in final
241 const ImageFormat& GetGlImageFormat(BASE_NS::Format format) const;
304 BASE_NS::vector<ImageFormat> supportedFormats_;
H A Dgpu_image_gles.cpp46 GpuImagePlatformDataGL ConvertFormat(const DeviceGLES::ImageFormat& fmt) in ConvertFormat()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp64 if (format == int32_t(ImageFormat::YCBCR_422_SP) || in IsYUV422SPFormat()
155 case int32_t(ImageFormat::YCBCR_422_SP): in SplitSurfaceToComponent()
158 case int32_t(ImageFormat::JPEG): in SplitSurfaceToComponent()
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp55 AvCodecMime ConverFormat(ImageFormat format) in ConverFormat()
311 static ImageFormat Convert2HalImageFormat(uint32_t format) in Convert2HalImageFormat()
722 ImageFormat halImageFormat = Convert2HalImageFormat(imageFormat); in SetFrameConfig()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_napi.cpp544 static inline bool IsEqual(const int32_t& check, ImageFormat format) in IsEqual()
560 return (IsEqual(format, ImageFormat::YCBCR_422_SP) || in IsYUV422SPImage()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_napi.cpp553 static inline bool IsEqual(const int32_t& check, ImageFormat format) in IsEqual()
569 return (IsEqual(format, ImageFormat::YCBCR_422_SP) || in IsYUV422SPImage()

Completed in 9 milliseconds