Searched defs:U (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/ |
D | hmm_base.c | 18 void U(init)(U(descriptor) *desc) { in U() function 26 void U(dll_remove)( in U() function 37 void U(into_free_collection)( in U() function 71 void *U(alloc_from_bin)( in U() function 138 void U(out_of_free_collection)( in U() function 165 void U(free)(U(descriptor) *desc, void *payload_ptr) { in U() function 286 void U(new_chunk)(U(descriptor) *desc, void *start, U(size_bau) n_baus) { in U() function 320 int U(audit_block_fail_dummy_return)(void) { in U() function
|
D | hmm_largest.c | 18 U(size_aau) U(largest_available)(U(descriptor) *desc) { in U() function
|
D | hmm_alloc.c | 18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) { in U() function
|
D | hmm_true.c | 18 U(size_aau) U(true_size)(void *payload_ptr) { in U() function
|
D | hmm_shrink.c | 18 void U(shrink_chunk)(U(descriptor) *desc, U(size_bau) n_baus_to_shrink) { in U() function
|
D | hmm_grow.c | 18 void U(grow_chunk)(U(descriptor) *desc, void *end, U(size_bau) n_baus) { in U() function
|
D | hmm_resize.c | 18 int U(resize)(U(descriptor) *desc, void *mem, U(size_aau) n) { in U() function
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | swconvertor.c | 524 unsigned int Y, U, V; in csc_RGB565_to_YUV420P() local 598 unsigned int Y, U, V; in csc_RGB565_to_YUV420SP() local 675 unsigned int Y, U, V; in csc_ARGB8888_to_YUV420P() local 749 unsigned int Y, U, V; in csc_ARGB8888_to_YUV420SP() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/ |
D | hmm_intrnl.h | 25 #define U(BASE) HMM_UNIQUE(BASE) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | postproc.c | 1098 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local 1170 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 404 const int U = surface_image.format.fourcc == VA_FOURCC_I420 ? 1 : 2; in upload_yuv_to_surface() local
|