Home
last modified time | relevance | path

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

12

/hardware/google/camera/common/hal/google_camera_hal/
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()
Drealtime_zsl_result_processor.h33 android_pixel_format_t pixel_format, uint32_t partial_result_count = 1);
57 android_pixel_format_t pixel_format,
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()
Drealtime_zsl_request_processor.cc123 android_pixel_format_t pixel_format) { in Create() argument
131 new RealtimeZslRequestProcessor(pixel_format, device_session_hwl)); in Create()
/hardware/interfaces/camera/device/3.4/default/
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()
/hardware/libhardware/modules/camera/3_4/
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()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_master.cpp108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_master.cpp109 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_master.cpp108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_master.cpp107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h365 __u32 pixel_format; member
390 __u32 pixel_format; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h366 __u32 pixel_format; member
391 __u32 pixel_format; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h489 __u32 pixel_format; /* Pixel format */ member
517 __u32 pixel_format; /* Pixel format */ member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h492 __u32 pixel_format; /* Pixel format */ member
520 __u32 pixel_format; /* Pixel format */ member
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h111 int addFB2WithModifiers(uint32_t width, uint32_t height, uint32_t pixel_format,
/hardware/qcom/msm8x09/kernel-headers/linux/
Dvideodev2.h325 __u32 pixel_format; member
345 __u32 pixel_format; member
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_dpps_mgr_imp.cpp484 fb_obj.pixel_format = DRM_FORMAT_YVYU; in InitLtmBuffers()
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h359 __u32 pixel_format; member
384 __u32 pixel_format; member
/hardware/interfaces/graphics/mapper/3.0/
DIMapper.hal186 * 1D buffers (width = size in bytes, height = 1, pixel_format = BLOB) must
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal200 * 1D buffers (width = size in bytes, height = 1, pixel_format = BLOB) must
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1670 frmsize.pixel_format = m_sVenc_cfg.codectype; in venc_open()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1301 frmsize.pixel_format = m_sVenc_cfg.codectype; in venc_open()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1867 frmsize.pixel_format = m_sVenc_cfg.codectype; in venc_open()

12