Searched defs:post (Results 1 - 17 of 17) sorted by relevance

/hardware/intel/common/libva/test/basic/
H A Dtest_01.c33 void post() function
H A Dtest_02.c39 void post() function
H A Dtest_03.c64 void post() function
H A Dtest_04.c81 void post() function
H A Dtest_05.c74 void post() function
H A Dtest_07.c116 void post() function
H A Dtest_06.c111 void post() function
H A Dtest_08.c89 void post() function
H A Dtest_09.c106 void post() function
H A Dtest_10.c124 void post() function
H A Dtest_11.c163 void post() function
H A Dtest_vaSurfaceAttrib.c165 void post() function
/hardware/libhardware/include/hardware/
H A Dfb.h91 * updated during (*post)().
98 * is, the driver is not allowed to post anything outside of this
101 * The rectangle evaluated during (*post)() and specifies which area
102 * of the buffer passed in (*post)() shall to be posted.
119 * post() will block until the the first post is completed.
121 * Internally, post() is expected to lock the buffer so that a
128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member in struct:framebuffer_device_t
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dloopfilter.c311 YV12_BUFFER_CONFIG *post = cm->frame_to_show; local
326 int post_y_stride = post->y_stride;
327 int post_uv_stride = post->uv_stride;
333 y_ptr = post->y_buffer;
334 u_ptr = post->u_buffer;
335 v_ptr = post->v_buffer;
386 y_ptr += post_y_stride * 16 - post->y_width;
387 u_ptr += post_uv_stride * 8 - post->uv_width;
388 v_ptr += post_uv_stride * 8 - post->uv_width;
438 y_ptr += post_y_stride * 16 - post
455 YV12_BUFFER_CONFIG *post = cm->frame_to_show; local
562 YV12_BUFFER_CONFIG *post = cm->frame_to_show; local
[all...]
H A Dpostproc.c313 static void vp8_de_mblock(YV12_BUFFER_CONFIG *post, argument
316 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
317 post->y_width, q2mbl(q));
318 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
319 post->y_width, q2mbl(q));
324 YV12_BUFFER_CONFIG *post,
322 vp8_deblock(VP8_COMMON *cm, YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag) argument
387 vp8_de_noise(VP8_COMMON *cm, YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag) argument
852 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
884 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
928 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
1085 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
1157 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
[all...]
/hardware/intel/img/hwcomposer/include/pvr/hal/
H A Dhal_public.h236 int (*post)(struct IMG_display_device_public_t *dev, IMG_hwc_layer_t *layers, member in struct:IMG_display_device_public_t
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_postproc.c287 YV12_BUFFER_CONFIG *post,
296 vp9_post_proc_down_and_across(source->y_buffer, post->y_buffer,
297 source->y_stride, post->y_stride,
300 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
301 post->y_width, q2mbl(q));
303 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post
286 deblock_and_de_macro_block(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag) argument
[all...]

Completed in 324 milliseconds