/hardware/google/camera/common/hal/google_camera_hal/ |
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()
|
D | realtime_zsl_result_request_processor.h | 40 android_pixel_format_t pixel_format, uint32_t partial_result_count = 1); 69 android_pixel_format_t pixel_format, uint32_t partial_result_count);
|
D | realtime_zsl_result_processor.h | 34 android_pixel_format_t pixel_format, uint32_t partial_result_count = 1); 59 android_pixel_format_t pixel_format,
|
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()
|
D | realtime_zsl_result_request_processor.cc | 48 android_pixel_format_t pixel_format, uint32_t partial_result_count) { in Create() argument 57 pixel_format, partial_result_count)); in Create() 69 android_pixel_format_t pixel_format, uint32_t partial_result_count) in RealtimeZslResultRequestProcessor() argument 71 pixel_format, partial_result_count) { in RealtimeZslResultRequestProcessor()
|
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()
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDevice.cpp | 816 .pixel_format = format->fourcc, in getFrameRateList() 833 frameInterval.pixel_format & 0xFF, (frameInterval.pixel_format >> 8) & 0xFF, in getFrameRateList() 834 (frameInterval.pixel_format >> 16) & 0xFF, in getFrameRateList() 835 (frameInterval.pixel_format >> 24) & 0xFF, frameInterval.width, in getFrameRateList() 844 frameInterval.pixel_format & 0xFF, (frameInterval.pixel_format >> 8) & 0xFF, in getFrameRateList() 845 (frameInterval.pixel_format >> 16) & 0xFF, (frameInterval.pixel_format >> 24) & 0xFF, in getFrameRateList() 907 v4l2_frmsizeenum frameSize{.index = 0, .pixel_format = fmtdesc.pixelformat}; in getCandidateSupportedFormatsLocked()
|
/hardware/interfaces/camera/device/3.4/default/ |
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()
|
/hardware/libhardware/modules/camera/3_4/ |
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()
|
/hardware/qcom/sm8150/display/libdrmutils/ |
D | drm_master.cpp | 109 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_master.cpp | 108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_master.cpp | 108 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/sm7250/display/libdrmutils/ |
D | drm_master.cpp | 110 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_master.cpp | 107 cmd2.pixel_format = drm_buffer.drm_format; in CreateFbId()
|
/hardware/google/graphics/common/include/displaycolor/ |
D | displaycolor.h | 503 hwc::PixelFormat &pixel_format, 507 hwc::PixelFormat &pixel_format,
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 611 imageConstraints.pixel_format.type = pixelFormat; in addImageBufferCollectionConstraintsFUCHSIA() 613 auto pixel_format = vkFormatTypeToSysmem(createInfo->format); in addImageBufferCollectionConstraintsFUCHSIA() local 614 if (pixel_format == fuchsia_sysmem::wire::PixelFormatType::kInvalid) { in addImageBufferCollectionConstraintsFUCHSIA() 619 imageConstraints.pixel_format.type = pixel_format; in addImageBufferCollectionConstraintsFUCHSIA() 660 imageConstraints.pixel_format.has_format_modifier = true; in addImageBufferCollectionConstraintsFUCHSIA() 661 imageConstraints.pixel_format.format_modifier.value = in addImageBufferCollectionConstraintsFUCHSIA() 2692 if ((out.pixel_format.type != in.pixel_format.type) || in getBufferCollectionImageCreateInfoIndexLocked() 2693 (out.pixel_format.has_format_modifier != in.pixel_format.has_format_modifier) || in getBufferCollectionImageCreateInfoIndexLocked() 2694 (out.pixel_format.format_modifier.value != in.pixel_format.format_modifier.value) || in getBufferCollectionImageCreateInfoIndexLocked() 2809 static_cast<uint64_t>(info.settings.image_format_constraints.pixel_format.type); in on_vkGetBufferCollectionPropertiesFUCHSIA() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | drm_mode.h | 711 __u32 pixel_format; member
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_dpps_mgr_imp.cpp | 484 fb_obj.pixel_format = DRM_FORMAT_YVYU; in InitLtmBuffers()
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.h | 157 bool validateLayerInfo(uint32_t state, uint32_t pixel_format,
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | IMapper.hal | 186 * 1D buffers (width = size in bytes, height = 1, pixel_format = BLOB) must
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_wgl.cpp | 424 LOAD_WGL_EXTENSION(pixel_format) in init()
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 200 * 1D buffers (width = size in bytes, height = 1, pixel_format = BLOB) must
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | wuffs-v0.3.c | 4139 inline wuffs_base__pixel_format pixel_format() const; 4300 wuffs_base__pixel_config::pixel_format() const { in pixel_format() function 4738 inline wuffs_base__pixel_format pixel_format() const; 5033 wuffs_base__pixel_buffer::pixel_format() const { in pixel_format() function 45059 wuffs_base__pixel_format pixel_format = callbacks.SelectPixfmt(image_config); in DecodeImage0() local 45060 if (pixel_format.repr != image_config.pixcfg.pixel_format().repr) { in DecodeImage0() 45061 switch (pixel_format.repr) { in DecodeImage0() 45073 image_config.pixcfg.set(pixel_format.repr, in DecodeImage0()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1028 frmsize.pixel_format = m_sVenc_cfg.codectype; in venc_open()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1688 frmsize.pixel_format = m_sVenc_cfg.codectype; in venc_open()
|