Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 25 of 42) sorted by relevance

12

/hardware/qcom/display/msm8909/gralloc/
Dgr_allocator.cpp269 flags |= UINT(ION_SD_FLAGS); in GetIonHeapInfo()
273 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
275 flags |= UINT(ION_SC_FLAGS); in GetIonHeapInfo()
279 flags |= UINT(ION_CP_FLAGS); in GetIonHeapInfo()
297 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()
Dgr_device_impl.cpp194 *out_size = UINT(copied); in Dump()
318 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
319 *outHeight = UINT(hnd->GetUnalignedHeight()); in GetBufferDimensions()
368 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()
Dgr_utils.cpp340 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
342 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
343 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
351 uint32_t width = UINT(hnd->width); in GetYUVPlaneInfo()
352 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo()
Dgr_utils.h43 #define UINT(exp) static_cast<unsigned int>(exp) macro
Dgr_adreno_info.cpp132 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
Dgr_buf_mgr.cpp127 if (AllocateBuffer(*descriptors[UINT(max_buf_index)], &out_buffers[max_buf_index])) { in AllocateBuffers()
135 if (i != UINT(max_buf_index)) { in AllocateBuffers()
373 uint32_t align = UINT(getpagesize()); in GetDataAlignment()
484 auto page_size = UINT(getpagesize()); in AllocateBuffer()
501 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
/hardware/qcom/sdm845/display/gralloc/
Dgr_allocator.cpp272 flags |= UINT(ION_SD_FLAGS); in GetIonHeapInfo()
276 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
278 flags |= UINT(ION_SC_FLAGS); in GetIonHeapInfo()
282 flags |= UINT(ION_CP_FLAGS); in GetIonHeapInfo()
290 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()
Dgr_utils.cpp204 uint32_t align = UINT(getpagesize()); in GetDataAlignment()
413 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
415 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
416 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
424 uint32_t width = UINT(hnd->width); in GetYUVPlaneInfo()
425 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo()
Dgr_utils.h51 #define UINT(exp) static_cast<unsigned int>(exp) macro
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_allocator.cpp269 flags |= UINT(ION_SD_FLAGS); in GetIonHeapInfo()
273 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
275 flags |= UINT(ION_SC_FLAGS); in GetIonHeapInfo()
279 flags |= UINT(ION_CP_FLAGS); in GetIonHeapInfo()
297 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()
Dgr_device_impl.cpp194 *out_size = UINT(copied); in Dump()
318 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
319 *outHeight = UINT(hnd->GetUnalignedHeight()); in GetBufferDimensions()
368 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()
Dgr_utils.cpp340 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
342 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
343 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
351 uint32_t width = UINT(hnd->width); in GetYUVPlaneInfo()
352 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo()
Dgr_utils.h43 #define UINT(exp) static_cast<unsigned int>(exp) macro
Dgr_adreno_info.cpp132 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
Dgr_buf_mgr.cpp127 if (AllocateBuffer(*descriptors[UINT(max_buf_index)], &out_buffers[max_buf_index])) { in AllocateBuffers()
135 if (i != UINT(max_buf_index)) { in AllocateBuffers()
370 uint32_t align = UINT(getpagesize()); in GetDataAlignment()
482 auto page_size = UINT(getpagesize()); in AllocateBuffer()
498 e_data.size = ALIGN(UINT(sizeof(MetaData_t)), page_size); in AllocateBuffer()
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.h56 UINT mNumBytesPerInputFrame;
57 UINT mOutBufferSize;
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp198 uint32_t align = UINT(getpagesize()); in GetDataAlignment()
360 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
362 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
363 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
371 uint32_t width = UINT(hnd->width); in GetYUVPlaneInfo()
372 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo()
573 flags |= UINT(ION_SD_FLAGS); in GetIonHeapInfo()
577 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
579 flags |= UINT(ION_SC_FLAGS); in GetIonHeapInfo()
583 flags |= UINT(ION_CP_FLAGS); in GetIonHeapInfo()
[all …]
Dgr_utils.h44 #define UINT(exp) static_cast<unsigned int>(exp) macro
Dgr_adreno_info.cpp123 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp199 uint32_t align = UINT(getpagesize()); in GetDataAlignment()
361 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
363 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
364 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
372 uint32_t width = UINT(hnd->width); in GetYUVPlaneInfo()
373 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo()
575 flags |= UINT(ION_SD_FLAGS); in GetIonHeapInfo()
579 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
581 flags |= UINT(ION_SC_FLAGS); in GetIonHeapInfo()
585 flags |= UINT(ION_CP_FLAGS); in GetIonHeapInfo()
[all …]
Dgr_utils.h44 #define UINT(exp) static_cast<unsigned int>(exp) macro
Dgr_device_impl.cpp207 *out_size = UINT(copied); in Dump()
331 *outWidth = UINT(hnd->GetUnalignedWidth()); in GetBufferDimensions()
332 *outHeight = UINT(hnd->GetUnalignedHeight()); in GetBufferDimensions()
373 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()
Dgr_adreno_info.cpp122 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
/hardware/interfaces/keymaster/3.0/
Dtypes.hal23 UINT = 3 << 28,
43 KEY_SIZE = TagType:UINT | 3, /** Key size in bits. */
48 MIN_MAC_LENGTH = TagType:UINT | 8, /* Minimum length of MAC or AEAD authentication tag in
76 MIN_SECONDS_BETWEEN_OPS = TagType:UINT | 403, /* Minimum elapsed time between
78 MAX_USES_PER_BOOT = TagType:UINT | 404, /* Number of times the key can be used per
83 USER_ID = TagType:UINT | 501, /** Reserved for future use -- ignore. */
92 AUTH_TIMEOUT = TagType:UINT | 505, /* Required freshness of user authentication for
119 OS_VERSION = TagType:UINT | 705, /** Version of system (keymaster2) */
120 OS_PATCHLEVEL = TagType:UINT | 706, /** Patch level of system (keymaster2) */
149 MAC_LENGTH = TagType:UINT | 1003, /** MAC or AEAD authentication tag length in bits. */
/hardware/interfaces/keymaster/4.0/support/
Dkey_param_output.cpp48 case TagType::UINT: in operator <<()

12