/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | StreamConfigurationMap.h | 33 typedef std::pair<android_pixel_format_t, StreamSize> StreamConfig; 46 std::hash<android_pixel_format_t>{}(std::get<0>(entry)); in operator() 60 const std::set<android_pixel_format_t>& GetOutputFormats() const { in GetOutputFormats() 64 const std::set<StreamSize>& GetOutputSizes(android_pixel_format_t format) { in GetOutputSizes() 68 const std::set<android_pixel_format_t>& GetDynamicPhysicalStreamOutputFormats() in GetDynamicPhysicalStreamOutputFormats() 74 android_pixel_format_t format) { in GetDynamicPhysicalStreamOutputSizes() 92 const std::set<android_pixel_format_t>& GetValidOutputFormatsForInput( in GetValidOutputFormatsForInput() 93 android_pixel_format_t format) { in GetValidOutputFormatsForInput() 97 const std::set<android_pixel_format_t>& GetInputFormats() { in GetInputFormats() 116 std::set<android_pixel_format_t> stream_output_formats_; [all …]
|
D | StreamConfigurationMap.cpp | 62 auto format = static_cast<android_pixel_format_t>( in AppendAvailableStreamConfigurations() 77 auto format = static_cast<android_pixel_format_t>( in AppendAvailableDynamicPhysicalStreamConfigurations() 91 auto format = static_cast<android_pixel_format_t>( in AppendAvailableStreamMinDurations() 105 auto format = static_cast<android_pixel_format_t>( in AppendAvailableStreamStallDurations() 184 static_cast<android_pixel_format_t>(entry.data.i32[i++]); in StreamConfigurationMap() 195 static_cast<android_pixel_format_t>(entry.data.i32[i])); in StreamConfigurationMap()
|
/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() 73 android_pixel_format_t pixel_format_;
|
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, 85 android_pixel_format_t pixel_format_;
|
D | realtime_zsl_request_processor.cc | 68 android_pixel_format_t::HAL_PIXEL_FORMAT_YCBCR_420_888 && in SelectWidthAndHeight() 88 android_pixel_format_t::HAL_PIXEL_FORMAT_YCBCR_420_888 && in SelectWidthAndHeight() 123 android_pixel_format_t pixel_format) { in Create() 170 if (pixel_format_ == android_pixel_format_t::HAL_PIXEL_FORMAT_RAW10) { in Initialize() 196 if (pixel_format_ == android_pixel_format_t::HAL_PIXEL_FORMAT_YCBCR_420_888) { in ConfigureStreams() 227 if (pixel_format_ == android_pixel_format_t::HAL_PIXEL_FORMAT_YCBCR_420_888 && in ConfigureStreams() 328 pixel_format_ == android_pixel_format_t::HAL_PIXEL_FORMAT_YCBCR_420_888) { in ProcessRequest()
|
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.cc | 34 android_pixel_format_t pixel_format, uint32_t partial_result_count) { in Create() 54 android_pixel_format_t pixel_format, uint32_t partial_result_count) { in RealtimeZslResultProcessor()
|
D | hdrplus_capture_session.h | 83 static const android_pixel_format_t kHdrplusRawFormat = HAL_PIXEL_FORMAT_RAW10;
|
D | realtime_zsl_result_request_processor.cc | 48 android_pixel_format_t pixel_format, uint32_t partial_result_count) { in Create() 69 android_pixel_format_t pixel_format, uint32_t partial_result_count) in RealtimeZslResultRequestProcessor()
|
D | rgbird_capture_session.h | 89 static const android_pixel_format_t kHdrplusRawFormat = HAL_PIXEL_FORMAT_RAW10;
|
/hardware/interfaces/automotive/evs/aidl/vts/ |
D | FrameHandler.cpp | 302 if (static_cast<android_pixel_format_t>(pTgtDesc->format) == HAL_PIXEL_FORMAT_RGBA_8888) { in copyBufferContents() 303 if (static_cast<android_pixel_format_t>(pSrcDesc->format) == in copyBufferContents() 306 } else if (static_cast<android_pixel_format_t>(pSrcDesc->format) == in copyBufferContents() 309 } else if (static_cast<android_pixel_format_t>(pSrcDesc->format) == in copyBufferContents() 321 } else if (static_cast<android_pixel_format_t>(pTgtDesc->format) == in copyBufferContents() 323 if (static_cast<android_pixel_format_t>(pSrcDesc->format) == in copyBufferContents() 326 } else if (static_cast<android_pixel_format_t>(pSrcDesc->format) == in copyBufferContents() 329 } else if (static_cast<android_pixel_format_t>(pSrcDesc->format) == in copyBufferContents()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.h | 198 static android_pixel_format_t OverrideFormat( in OverrideFormat() 199 android_pixel_format_t format, DynamicRangeProfile dynamic_range_profile) { in OverrideFormat() 208 return static_cast<android_pixel_format_t>( in OverrideFormat() 220 static bool IsReprocessPathSupported(android_pixel_format_t input_format, in IsReprocessPathSupported() 221 android_pixel_format_t output_format) { in IsReprocessPathSupported()
|
D | EmulatedCameraDeviceSessionHWLImpl.h | 191 android_pixel_format_t input_format);
|
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 421 android_pixel_format_t input_format) { in CheckOutputFormatsForInput()
|
/hardware/google/camera/common/lib_depth_generator/ |
D | depth_types.h | 56 android_pixel_format_t format = HAL_PIXEL_FORMAT_RGBA_8888;
|
/hardware/google/camera/common/hal/common/ |
D | hal_types.h | 123 android_pixel_format_t format = HAL_PIXEL_FORMAT_RGBA_8888; 167 android_pixel_format_t override_format = HAL_PIXEL_FORMAT_RGBA_8888; 426 android_pixel_format_t format = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED;
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/system/ |
D | graphics-base-v1.0.h | 33 } android_pixel_format_t; typedef
|
D | graphics.h | 39 typedef android_pixel_format_t android_pixel_format;
|
/hardware/google/gfxstream/host/vulkan/ |
D | GrallocDefs.h | 42 } android_pixel_format_t; typedef
|
/hardware/google/camera/common/hal/utils/ |
D | stream_buffer_cache_manager.h | 69 android_pixel_format_t format = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED;
|
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | Gralloc1Hal.h | 47 bufferDescriptorInfo.format = static_cast<android_pixel_format_t>(descriptorInfo.format); in validateBufferSize()
|
/hardware/interfaces/automotive/evs/1.0/ |
D | types.hal | 82 * android_pixel_format_t
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_utils.cc | 1063 hal_stream->format = (android_pixel_format_t)aidl_stream.format; in ConvertToHalStream()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 26 @export(name="android_pixel_format_t", value_prefix="HAL_PIXEL_FORMAT_")
|