Searched refs:format (Results 76 - 100 of 902) sorted by relevance

1234567891011>>

/hardware/libhardware/modules/camera/3_4/arc/
H A Dcommon.h24 inline std::string FormatToString(int32_t format) { argument
25 return std::string(reinterpret_cast<char*>(&format), 4);
/hardware/qcom/display/msm8084/libgralloc/
H A Dgr.h50 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage,
52 size_t getBufferSizeAndDimensions(int width, int height, int format,
57 void getBufferAttributes(int width, int height, int format, int usage,
62 bool isMacroTileEnabled(int format, int usage);
64 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
68 // Allocate buffer from width, height, format into a private_handle_t
70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
110 * based on the width and format.
114 void getAlignedWidthAndHeight(int width, int height, int format,
149 int format,
[all...]
H A Dgpu.h40 int bufferType, int format,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
62 int w, int h, int format,
/hardware/qcom/display/msm8226/libgralloc/
H A Dgr.h50 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
57 void getBufferAttributes(int width, int height, int format, int usage,
62 bool isMacroTileEnabled(int format, int usage);
64 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
68 // Allocate buffer from width, height, format into a private_handle_t
70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
110 * based on the width and format.
114 void getAlignedWidthAndHeight(int width, int height, int format,
149 int format,
[all...]
H A Dgpu.h40 int bufferType, int format,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
62 int w, int h, int format,
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp65 int format; local
84 error = SetBufferInfo(buffer_config.format, &format, &alloc_flags);
91 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
170 int format; local
187 if (SetBufferInfo(buffer_config.format, &format, &alloc_flags) < 0) {
193 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
201 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { argument
202 switch (format) {
284 int format; local
309 int format = HAL_PIXEL_FORMAT_RGBA_8888; local
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp65 int format; local
84 error = SetBufferInfo(buffer_config.format, &format, &alloc_flags);
91 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
170 int format; local
187 if (SetBufferInfo(buffer_config.format, &format, &alloc_flags) < 0) {
193 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
201 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { argument
202 switch (format) {
284 int format; local
309 int format = HAL_PIXEL_FORMAT_RGBA_8888; local
[all...]
/hardware/qcom/display/msm8909/libgralloc/
H A Dgr.h52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
54 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
57 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
61 // Allocate buffer from width, height, format into a private_handle_t
63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
68 // To query if UBWC is enabled, based on format and usage flags
69 bool isUBwcEnabled(int format, int usage);
71 // Function to check if the format is an RGB format
72 bool isUncompressedRgbFormat(int format);
[all...]
H A Dgpu.h40 int bufferType, int format,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
62 int w, int h, int format,
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dgr.h52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
54 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
57 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
61 // Allocate buffer from width, height, format into a private_handle_t
63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
68 // To query if UBWC is enabled, based on format and usage flags
69 bool isUBwcEnabled(int format, int usage);
71 // Function to check if the format is an RGB format
72 bool isUncompressedRgbFormat(int format);
[all...]
H A Dgpu.h40 int bufferType, int format,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
62 int w, int h, int format,
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp87 auto format = layer_buffer->format; local
88 layer_buffer->format = GetSDMFormat(handle->format, handle->flags);
89 if (format != layer_buffer->format) {
161 layer_->input_buffer->format = kFormatARGB8888;
318 LayerBufferFormat format = kFormatInvalid; local
322 format = kFormatRGBA8888Ubwc;
325 format
[all...]
H A Dhwc_buffer_allocator.cpp66 int format; local
68 int error = SetBufferInfo(buffer_config.format, &format, &alloc_flags);
85 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_ALLOCATE_BUFFER, width, height, format,
119 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, argument
129 Perform_(gralloc_device_, GRALLOC_MODULE_PERFORM_GET_ATTRIBUTES, width, height, format,
139 int format; local
150 if (SetBufferInfo(buffer_config.format, &format, &alloc_flags) < 0) {
161 format, producer_usag
165 SetBufferInfo(LayerBufferFormat format, int *target, int *flags) argument
280 int format; local
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp229 LayerBufferFormat format = GetSDMFormat(handle->format, handle->flags); local
230 if ((format != layer_buffer->format) || (UINT32(aligned_width) != layer_buffer->width) ||
236 layer_buffer->format = format;
328 layer_->input_buffer.format = kFormatARGB8888;
514 LayerBufferFormat format = kFormatInvalid; local
518 format = kFormatRGBA8888Ubwc;
521 format
[all...]
H A Dhwc_buffer_allocator.cpp66 int format; local
68 int error = SetBufferInfo(buffer_config.format, &format, &alloc_flags);
91 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_ALLOCATE_BUFFER, width, height, format,
125 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, argument
135 Perform_(gralloc_device_, GRALLOC_MODULE_PERFORM_GET_ATTRIBUTES, width, height, format,
145 int format; local
156 if (SetBufferInfo(buffer_config.format, &format, &alloc_flags) < 0) {
167 format, producer_usag
171 SetBufferInfo(LayerBufferFormat format, int *target, int *flags) argument
286 int format; local
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp90 int format; local
92 int error = SetBufferInfo(buffer_config.format, &format, &alloc_flags);
118 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_ALLOCATE_BUFFER, width, height, format,
155 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, argument
168 Perform_(gralloc_device_, GRALLOC_MODULE_PERFORM_GET_ATTRIBUTES, width, height, format,
178 int format; local
189 if (SetBufferInfo(buffer_config.format, &format, &alloc_flags) < 0) {
199 gralloc1::BufferInfo info(width, height, format, producer_usag
204 SetBufferInfo(LayerBufferFormat format, int *target, uint64_t *flags) argument
331 int format; local
367 int format = HAL_PIXEL_FORMAT_RGBA_8888; local
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp72 int format; local
74 int error = SetBufferInfo(buffer_config.format, &format, &alloc_flags);
96 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_ALLOCATE_BUFFER, width, height, format,
131 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, argument
144 Perform_(gralloc_device_, GRALLOC_MODULE_PERFORM_GET_ATTRIBUTES, width, height, format,
154 int format; local
165 if (SetBufferInfo(buffer_config.format, &format, &alloc_flags) < 0) {
175 gralloc1::BufferInfo info(width, height, format, producer_usag
180 SetBufferInfo(LayerBufferFormat format, int *target, uint64_t *flags) argument
307 int format; local
343 int format = HAL_PIXEL_FORMAT_RGBA_8888; local
[all...]
/hardware/intel/common/libva/va/
H A Dva_compat.h102 #define vaCreateSurfaces6(dpy, width, height, format, num_surfaces, surfaces) \
103 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
106 #define vaCreateSurfaces8(dpy, format, width, height, surfaces, num_surfaces, attribs, num_attribs) \
107 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
/hardware/libhardware/modules/camera/3_4/
H A Dstream_format.h38 StreamFormat(int format, uint32_t width, uint32_t height);
39 StreamFormat(const v4l2_format& format);
40 StreamFormat(const arc::SupportedFormat& format);
44 void FillFormatRequest(v4l2_format* format) const;
/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.h41 int bufferType, int format,
46 int alloc_impl(int w, int h, int format, int usage,
51 int format, int usage,
63 int w, int h, int format,
H A Dgr.h50 size_t getBufferSizeAndDimensions(int width, int height, int format,
53 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
57 // Allocate buffer from width, height, format into a private_handle_t
59 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
88 * Function to compute the adreno stride based on the width and format.
92 int getStride(int width, int format);
/hardware/qcom/display/msm8994/libgralloc/
H A Dgpu.h40 int bufferType, int format,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
62 int w, int h, int format,
/hardware/qcom/display/msm8996/libgralloc/
H A Dgpu.h40 int bufferType, int format,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
62 int w, int h, int format,
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1.h33 #define LOG( log_lev, format, args ... ) \
34 if (vc1_log_level >= log_lev) { OS_INFO("%s[%d]:: " format "\n", __FUNCTION__ , __LINE__ , ## args ); }
45 #define LOG_CRIT(format, args ... ) LOG( CRITICAL, format, ## args)
46 #define LOG_WARN(format, args ... ) LOG( WARNING, format, ## args)
47 #define LOG_INFO(format, args ... ) LOG( INFO, format, ## args)
48 #define LOG_DEBUG(format, args ... ) LOG( DEBUG, format, ## arg
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DPlaneCapabilities.cpp38 uint32_t format = hwcLayer->getFormat(); local
42 switch (format) {
50 VTRACE("unsupported format %#x", format);
54 switch (format) {
70 VTRACE("unsupported format %#x", format);
81 uint32_t format = hwcLayer->getFormat(); local
90 switch (format) {
102 VTRACE("unsupported format
[all...]

Completed in 922 milliseconds

1234567891011>>