Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 182) sorted by relevance

12345678

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhlist.h49 #define __hlist_init(h) { &hlist_null } argument
75 #define hlist_for_each(i, h) \ argument
78 #define hlist_for_each_safe(i, tmp, h) \ argument
86 static_inline void hlist_init(hlist_head_t * h) in hlist_init()
99 static_inline void hlist_add(hlist_head_t * h, hlist_item_t * i) in hlist_add()
129 static_inline void hlist_relink_head(hlist_head_t * h) in hlist_relink_head()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_convolve.c24 int x0_q4, int x_step_q4, int w, int h) { in convolve_horiz()
46 int x0_q4, int x_step_q4, int w, int h) { in convolve_avg_horiz()
69 int y0_q4, int y_step_q4, int w, int h) { in convolve_vert()
92 int y0_q4, int y_step_q4, int w, int h) { in convolve_avg_vert()
119 int w, int h) { in convolve()
155 int w, int h) { in vp9_convolve8_horiz_c()
168 int w, int h) { in vp9_convolve8_avg_horiz_c()
182 int w, int h) { in vp9_convolve8_vert_c()
195 int w, int h) { in vp9_convolve8_avg_vert_c()
208 int w, int h) { in vp9_convolve8_c()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h440 AVL_HANDLE h = l_tree->root; in L_() local
476 AVL_HANDLE h = l_tree->root; in L_() local
493 AVL_HANDLE h = l_tree->root; in L_() local
722 AVL_HANDLE h = l_tree->root; in L_() local
794 AVL_HANDLE h; in L_() local
933 AVL_HANDLE h = l_tree->root; in L_() local
992 AVL_HANDLE h = l_tree->root; in L_() local
1015 AVL_HANDLE h = l_tree->root; in L_() local
1053 AVL_HANDLE h = in L_() local
1095 AVL_HANDLE h = in L_() local
/hardware/libhardware_legacy/uevent/
Duevent.c88 struct uevent_handler *h; in uevent_next_event() local
106 struct uevent_handler *h; in uevent_add_native_handler() local
123 struct uevent_handler *h; in uevent_remove_native_handler() local
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor()
62 void SetDimensions(int w, int h) { in SetDimensions()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve2_dspr2.c28 int32_t h) { in convolve_bi_horiz_4_transposed_dspr2()
118 int32_t h) { in convolve_bi_horiz_8_transposed_dspr2()
255 int32_t h, in convolve_bi_horiz_16_transposed_dspr2()
488 int32_t h) { in convolve_bi_horiz_64_transposed_dspr2()
718 const int16_t *filter, int w, int h) { in convolve_bi_horiz_transposed()
739 int w, int h) { in vp9_convolve2_dspr2()
Dvp9_convolve8_dspr2.c44 int32_t h) { in convolve_horiz_4_transposed_dspr2()
160 int32_t h) { in convolve_horiz_8_transposed_dspr2()
336 int32_t h, in convolve_horiz_16_transposed_dspr2()
627 int32_t h) { in convolve_horiz_64_transposed_dspr2()
915 const int16_t *filter, int w, int h) { in convolve_horiz_transposed()
935 int w, int h) { in copy_horiz_transposed()
952 int w, int h) { in vp9_convolve8_dspr2()
1077 int w, int h) { in vp9_convolve_copy_dspr2()
Dvp9_convolve8_avg_dspr2.c29 int32_t h) { in convolve_avg_vert_4_dspr2()
190 int32_t h) { in convolve_avg_vert_64_dspr2()
351 int w, int h) { in vp9_convolve8_avg_vert_dspr2()
414 int w, int h) { in vp9_convolve8_avg_dspr2()
449 int w, int h) { in vp9_convolve_avg_dspr2()
Dvp9_convolve2_horiz_dspr2.c28 int32_t h) { in convolve_bi_horiz_4_dspr2()
110 int32_t h) { in convolve_bi_horiz_8_dspr2()
234 int32_t h, in convolve_bi_horiz_16_dspr2()
442 int32_t h) { in convolve_bi_horiz_64_dspr2()
650 int w, int h) { in vp9_convolve2_horiz_dspr2()
Dvp9_convolve2_avg_horiz_dspr2.c28 int32_t h) { in convolve_bi_avg_horiz_4_dspr2()
123 int32_t h) { in convolve_bi_avg_horiz_8_dspr2()
272 int32_t h, in convolve_bi_avg_horiz_16_dspr2()
522 int32_t h) { in convolve_bi_avg_horiz_64_dspr2()
772 int w, int h) { in vp9_convolve2_avg_horiz_dspr2()
Dvp9_convolve2_vert_dspr2.c29 int32_t h) { in convolve_bi_vert_4_dspr2()
126 int32_t h) { in convolve_bi_vert_64_dspr2()
222 int w, int h) { in vp9_convolve2_vert_dspr2()
Dvp9_convolve2_avg_dspr2.c29 int32_t h) { in convolve_bi_avg_vert_4_dspr2()
133 int32_t h) { in convolve_bi_avg_vert_64_dspr2()
237 int w, int h) { in vp9_convolve2_avg_vert_dspr2()
Dvp9_convolve8_horiz_dspr2.c28 int32_t h) { in convolve_horiz_4_dspr2()
139 int32_t h) { in convolve_horiz_8_dspr2()
303 int32_t h, in convolve_horiz_16_dspr2()
574 int32_t h) { in convolve_horiz_64_dspr2()
845 int w, int h) { in vp9_convolve8_horiz_dspr2()
Dvp9_convolve8_avg_horiz_dspr2.c28 int32_t h) { in convolve_avg_horiz_4_dspr2()
150 int32_t h) { in convolve_avg_horiz_8_dspr2()
337 int32_t h, in convolve_avg_horiz_16_dspr2()
649 int32_t h) { in convolve_avg_horiz_64_dspr2()
961 int w, int h) { in vp9_convolve8_avg_horiz_dspr2()
Dvp9_convolve8_vert_dspr2.c29 int32_t h) { in convolve_vert_4_dspr2()
183 int32_t h) { in convolve_vert_64_dspr2()
337 int w, int h) { in vp9_convolve8_vert_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_convolve_neon.c19 int w, int h) { in vp9_convolve8_neon()
56 int w, int h) { in vp9_convolve8_avg_neon()
/hardware/libhardware/tests/hwc/
Dtest-arrows.c74 int prepare(int w, int h) { in prepare()
143 int w, h, count = 0; in main() local
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DDisplayPlane.cpp93 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h) in checkPosition()
110 void DisplayPlane::setPosition(int x, int y, int w, int h) in setPosition()
139 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop()
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
Disr.js5 function h() { function
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DDisplayPlane.cpp87 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h) in checkPosition()
104 void DisplayPlane::setPosition(int x, int y, int w, int h) in setPosition()
118 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_decoder.h91 unsigned int h; /**< Height (or 0 for unknown/default) */ member
110 unsigned int h; /**< Height */ member
/hardware/intel/img/hwcomposer/merrifield/test/
Dnv12_ved_test.cpp32 void fillYUVBuffer(uint8_t* buf, int w, int h, int stride) { in fillYUVBuffer()
64 void loadYUVBufferFromFile(uint8_t* buf, int w, int h, int stride) { in loadYUVBufferFromFile()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c90 const int h = (plane ? (1 + yuv_frame->d_h) / 2 : yuv_frame->d_h); in read_yuv_frame() local
227 const int h = vpx_img_plane_height(img, plane); in vpx_img_write() local
244 const int h = vpx_img_plane_height(img, plane); in vpx_img_read() local
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.cpp245 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl()
339 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc()
349 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.cpp253 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl()
364 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc()
374 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()

12345678