Home
last modified time | relevance | path

Searched refs:pixel_format (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Drealtime_zsl_request_processor.h36 android_pixel_format_t pixel_format);
59 RealtimeZslRequestProcessor(android_pixel_format_t pixel_format, in RealtimeZslRequestProcessor() argument
61 : pixel_format_(pixel_format), in RealtimeZslRequestProcessor()
63 is_hdrplus_zsl_enabled_(pixel_format == HAL_PIXEL_FORMAT_RAW10){}; in RealtimeZslRequestProcessor()
H A Drealtime_zsl_result_processor.cc34 android_pixel_format_t pixel_format, uint32_t partial_result_count) { in Create() argument
43 pixel_format, partial_result_count)); in Create()
54 android_pixel_format_t pixel_format, uint32_t partial_result_count) { in RealtimeZslResultProcessor() argument
57 pixel_format_ = pixel_format; in RealtimeZslResultProcessor()
H A Drealtime_zsl_result_processor.h33 android_pixel_format_t pixel_format, uint32_t partial_result_count = 1);
57 android_pixel_format_t pixel_format,
H A Drealtime_zsl_request_processor.cc123 android_pixel_format_t pixel_format) { in Create() argument
131 new RealtimeZslRequestProcessor(pixel_format, device_session_hwl)); in Create()
/aosp12/bootable/recovery/minui/
H A Dgraphics.cpp44 static PixelFormat pixel_format = PixelFormat::UNKNOWN; variable
57 return pixel_format; in gr_pixel_format()
211 if (pixel_format == PixelFormat::ARGB || pixel_format == PixelFormat::BGRA) { in gr_color()
347 pixel_format = PixelFormat::ABGR; in gr_init()
349 pixel_format = PixelFormat::RGBX; in gr_init()
351 pixel_format = PixelFormat::ARGB; in gr_init()
353 pixel_format = PixelFormat::BGRA; in gr_init()
355 pixel_format = PixelFormat::UNKNOWN; in gr_init()
H A Dresources.cpp201 PixelFormat pixel_format = gr_pixel_format(); in res_create_display_surface() local
202 if (pixel_format == PixelFormat::ARGB || pixel_format == PixelFormat::BGRA) { in res_create_display_surface()
319 PixelFormat pixel_format = gr_pixel_format(); in res_create_alpha_surface() local
320 if (pixel_format == PixelFormat::ARGB || pixel_format == PixelFormat::BGRA) { in res_create_alpha_surface()
H A Dgraphics_drm.cpp81 PixelFormat pixel_format = gr_pixel_format(); in Create() local
86 if (pixel_format == PixelFormat::ABGR) { in Create()
88 } else if (pixel_format == PixelFormat::BGRA) { in Create()
90 } else if (pixel_format == PixelFormat::RGBX) { in Create()
92 } else if (pixel_format == PixelFormat::ARGB) { in Create()
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp770 .pixel_format = format->fourcc, in getFrameRateList()
789 frameInterval.pixel_format & 0xFF, in getFrameRateList()
790 (frameInterval.pixel_format >> 8) & 0xFF, in getFrameRateList()
791 (frameInterval.pixel_format >> 16) & 0xFF, in getFrameRateList()
792 (frameInterval.pixel_format >> 24) & 0xFF, in getFrameRateList()
802 frameInterval.pixel_format & 0xFF, in getFrameRateList()
803 (frameInterval.pixel_format >> 8) & 0xFF, in getFrameRateList()
804 (frameInterval.pixel_format >> 16) & 0xFF, in getFrameRateList()
805 (frameInterval.pixel_format >> 24) & 0xFF, in getFrameRateList()
885 .pixel_format = fmtdesc.pixelformat}; in getCandidateSupportedFormatsLocked()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp324 for (auto pixel_format : pixel_formats) { in GetSupportedFormats() local
325 supported_format.fourcc = pixel_format; in GetSupportedFormats()
328 res = GetFormatFrameSizes(pixel_format, &frame_sizes); in GetSupportedFormats()
330 HAL_LOGE("Failed to get frame sizes for format: 0x%x", pixel_format); in GetSupportedFormats()
382 size_query.pixel_format = v4l2_format; in GetFormatFrameSizes()
458 duration_query.pixel_format = v4l2_format; in GetFormatFrameDurationRange()
/aosp12/frameworks/base/core/java/android/hardware/
H A DCamera.java3137 public void setPreviewFormat(int pixel_format) { in setPreviewFormat() argument
3138 String s = cameraFormatForPixelFormat(pixel_format); in setPreviewFormat()
3141 "Invalid pixel_format=" + pixel_format); in setPreviewFormat()
3237 public void setPictureFormat(int pixel_format) { in setPictureFormat() argument
3238 String s = cameraFormatForPixelFormat(pixel_format); in setPictureFormat()
3241 "Invalid pixel_format=" + pixel_format); in setPictureFormat()
3275 private String cameraFormatForPixelFormat(int pixel_format) { in cameraFormatForPixelFormat() argument
3276 switch(pixel_format) { in cameraFormatForPixelFormat()
/aosp12/hardware/qcom/display/msm8909w_3100/libdrmutils/
H A Ddrm_master.cpp108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/aosp12/hardware/qcom/display/msm8909/libdrmutils/
H A Ddrm_master.cpp108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/aosp12/hardware/qcom/sdm845/display/libdrmutils/
H A Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/aosp12/hardware/qcom/sm7250/display/libdrmutils/
H A Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/aosp12/hardware/qcom/sm8150/display/libdrmutils/
H A Ddrm_master.cpp109 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/aosp12/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/aosp12/frameworks/native/services/surfaceflinger/layerproto/
H A Dlayers.proto64 string pixel_format = 19;
H A DLayerProtoParser.cpp95 layer.pixelFormat = layerProto.pixel_format(); in generateLayer()
/aosp12/bionic/libc/kernel/uapi/drm/
H A Ddrm_mode.h316 __u32 pixel_format; member
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h366 __u32 pixel_format; member
391 __u32 pixel_format; member
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h492 __u32 pixel_format; /* Pixel format */ member
520 __u32 pixel_format; /* Pixel format */ member
/aosp12/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h365 __u32 pixel_format; member
390 __u32 pixel_format; member
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h489 __u32 pixel_format; /* Pixel format */ member
517 __u32 pixel_format; /* Pixel format */ member
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h396 __u32 pixel_format; member
421 __u32 pixel_format; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h531 __u32 pixel_format; /* Pixel format */ member
559 __u32 pixel_format; /* Pixel format */ member

123