Lines Matching full:sync

32  * @param sync
33 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
35 * When 'sync == 0', the fence_fd used to identify the current job state
39 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync = 1, int *release_fence_…
54 * @param sync
55 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
57 * When 'sync == 0', the fence_fd used to identify the current job state
61 …ga_buffer_t dst, double fx = 0, double fy = 0, int interpolation = 0, int sync = 1, int *release_f…
72 * @param sync
73 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
75 * When 'sync == 0', the fence_fd used to identify the current job state
79 IM_API IM_STATUS imcrop(const rga_buffer_t src, rga_buffer_t dst, im_rect rect, int sync = 1, int *…
92 * @param sync
93 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
95 * When 'sync == 0', the fence_fd used to identify the current job state
99 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync = 1, …
120 * @param sync
121 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
123 * When 'sync == 0', the fence_fd used to identify the current job state
127 …_buffer_t dst, int sfmt, int dfmt, int mode = IM_COLOR_SPACE_DEFAULT, int sync = 1, int *release_f…
140 * @param sync
141 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
143 * When 'sync == 0', the fence_fd used to identify the current job state
147 IM_API IM_STATUS imrotate(const rga_buffer_t src, rga_buffer_t dst, int rotation, int sync = 1, int…
159 * @param sync
160 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
162 * When 'sync == 0', the fence_fd used to identify the current job state
166 IM_API IM_STATUS imflip(const rga_buffer_t src, rga_buffer_t dst, int mode, int sync = 1, int *rele…
181 * @param sync
182 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
184 * When 'sync == 0', the fence_fd used to identify the current job state
188 … fd_image, rga_buffer_t bg_image, int mode = IM_ALPHA_BLEND_SRC_OVER, int sync = 1, int *release_f…
205 * @param sync
206 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
208 * When 'sync == 0', the fence_fd used to identify the current job state
212 …_buffer_t srcB, rga_buffer_t dst, int mode = IM_ALPHA_BLEND_SRC_OVER, int sync = 1, int *release_f…
223 * @param sync
224 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
228 …_t dst, im_colorkey_range range, int mode = IM_ALPHA_COLORKEY_NORMAL, int sync = 1, int *release_f…
241 * @param sync
242 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
248 int sync = 1, int *release_fence_fd = NULL);
259 * @param sync
260 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
264 IM_API IM_STATUS imquantize(const rga_buffer_t src, rga_buffer_t dst, im_nn_t nn_info, int sync = 1…
275 * @param sync
276 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
280 IM_API IM_STATUS imrop(const rga_buffer_t src, rga_buffer_t dst, int rop_code, int sync = 1, int *r…
291 * @param sync
292 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
296 IM_API IM_STATUS imfill(rga_buffer_t dst, im_rect rect, int color, int sync = 1, int *release_fence…
309 * @param sync
310 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
314 …ga_buffer_t dst, im_rect *rect_array, int array_size, uint32_t color, int sync = 1, int *release_f…
328 * @param sync
329 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
335 int sync = 1, int *release_fence_fd = NULL);
351 * @param sync
352 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
358 int sync = 1, int *release_fence_fd = NULL);
374 * @param sync
375 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
379 IM_API IM_STATUS immosaic(const rga_buffer_t image, im_rect rect, int mosaic_mode, int sync = 1, in…
397 * @param sync
398 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
402 …buffer_t image, im_rect *rect_array, int array_size, int mosaic_mode, int sync = 1, int *release_f…
413 * @param sync
414 * When 'sync == 1', wait for the operation to complete and return, otherwise return directly.
418 IM_API IM_STATUS impalette(rga_buffer_t src, rga_buffer_t dst, rga_buffer_t lut, int sync = 1, int …
472 int sync = 1, int acquir_fence_fd = -1, int *release_fence_fd = NULL);
476 IM_C_API IM_STATUS immosaic(const rga_buffer_t image, im_rect rect, int mosaic_mode, int sync);
478 const im_rect osd_rect, im_osd_t *osd_config, int sync);
483 IM_C_API IM_STATUS imcopy_t(const rga_buffer_t src, rga_buffer_t dst, int sync);
484 …ize_t(const rga_buffer_t src, rga_buffer_t dst, double fx, double fy, int interpolation, int sync);
485 IM_C_API IM_STATUS imcrop_t(const rga_buffer_t src, rga_buffer_t dst, im_rect rect, int sync);
486 IM_C_API IM_STATUS imtranslate_t(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync);
487 …IM_STATUS imcvtcolor_t(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, int sync);
488 IM_C_API IM_STATUS imrotate_t(const rga_buffer_t src, rga_buffer_t dst, int rotation, int sync);
489 IM_C_API IM_STATUS imflip_t (const rga_buffer_t src, rga_buffer_t dst, int mode, int sync);
490 … imblend_t(const rga_buffer_t srcA, const rga_buffer_t srcB, rga_buffer_t dst, int mode, int sync);
491 …mcolorkey_t(const rga_buffer_t src, rga_buffer_t dst, im_colorkey_range range, int mode, int sync);
492 IM_C_API IM_STATUS imquantize_t(const rga_buffer_t src, rga_buffer_t dst, im_nn_t nn_info, int sync
493 IM_C_API IM_STATUS imrop_t(const rga_buffer_t src, rga_buffer_t dst, int rop_code, int sync);
494 IM_C_API IM_STATUS imfill_t(rga_buffer_t dst, im_rect rect, int color, int sync);
495 IM_C_API IM_STATUS impalette_t(rga_buffer_t src, rga_buffer_t dst, rga_buffer_t lut, int sync);
507 * @param sync
536 * @param sync
577 * @param sync
606 * @param sync
634 * @param sync
664 * @param sync
694 * @param sync
723 * @param sync
773 * @param sync
802 * @param sync
830 * @param sync
858 * @param sync
917 * @param sync