Home
last modified time | relevance | path

Searched defs:U (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
Dhmm_base.c18 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
Dhmm_largest.c18 U(size_aau) U(largest_available)(U(descriptor) *desc) { in U() function
Dhmm_alloc.c18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) { in U() function
Dhmm_true.c18 U(size_aau) U(true_size)(void *payload_ptr) { in U() function
Dhmm_shrink.c18 void U(shrink_chunk)(U(descriptor) *desc, U(size_bau) n_baus_to_shrink) { in U() function
Dhmm_grow.c18 void U(grow_chunk)(U(descriptor) *desc, void *end, U(size_bau) n_baus) { in U() function
Dhmm_resize.c18 int U(resize)(U(descriptor) *desc, void *mem, U(size_aau) n) { in U() function
/hardware/samsung_slsi/exynos5/libswconverter/
Dswconvertor.c524 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/
Dhmm_intrnl.h25 #define U(BASE) HMM_UNIQUE(BASE) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c1098 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/
Davcenc.c404 const int U = surface_image.format.fourcc == VA_FOURCC_I420 ? 1 : 2; in upload_yuv_to_surface() local