/aosp12/hardware/google/camera/common/hal/google_camera_hal/ |
H A D | realtime_zsl_request_processor.h | 36 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 D | realtime_zsl_result_processor.cc | 34 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 D | realtime_zsl_result_processor.h | 33 android_pixel_format_t pixel_format, uint32_t partial_result_count = 1); 57 android_pixel_format_t pixel_format,
|
H A D | realtime_zsl_request_processor.cc | 123 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 D | graphics.cpp | 44 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 D | resources.cpp | 201 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 D | graphics_drm.cpp | 81 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 D | ExternalCameraDevice.cpp | 770 .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 D | v4l2_wrapper.cpp | 324 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 D | Camera.java | 3137 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 D | drm_master.cpp | 108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/aosp12/hardware/qcom/display/msm8909/libdrmutils/ |
H A D | drm_master.cpp | 108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/aosp12/hardware/qcom/sdm845/display/libdrmutils/ |
H A D | drm_master.cpp | 107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/aosp12/hardware/qcom/sm7250/display/libdrmutils/ |
H A D | drm_master.cpp | 107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/aosp12/hardware/qcom/sm8150/display/libdrmutils/ |
H A D | drm_master.cpp | 109 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/aosp12/hardware/qcom/display/msm8998/libdrmutils/ |
H A D | drm_master.cpp | 107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/aosp12/frameworks/native/services/surfaceflinger/layerproto/ |
H A D | layers.proto | 64 string pixel_format = 19;
|
H A D | LayerProtoParser.cpp | 95 layer.pixelFormat = layerProto.pixel_format(); in generateLayer()
|
/aosp12/bionic/libc/kernel/uapi/drm/ |
H A D | drm_mode.h | 316 __u32 pixel_format; member
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | videodev2.h | 366 __u32 pixel_format; member 391 __u32 pixel_format; member
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | videodev2.h | 492 __u32 pixel_format; /* Pixel format */ member 520 __u32 pixel_format; /* Pixel format */ member
|
/aosp12/hardware/qcom/msm8x84/kernel-headers/linux/ |
H A D | videodev2.h | 365 __u32 pixel_format; member 390 __u32 pixel_format; member
|
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
H A D | videodev2.h | 489 __u32 pixel_format; /* Pixel format */ member 517 __u32 pixel_format; /* Pixel format */ member
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | videodev2.h | 396 __u32 pixel_format; member 421 __u32 pixel_format; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | videodev2.h | 531 __u32 pixel_format; /* Pixel format */ member 559 __u32 pixel_format; /* Pixel format */ member
|