Searched refs:buf_status (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/pipes/ |
D | test_pipe_limits.cpp | 412 clMemWrapper buf_status; in test_pipe_max_active_reservations() local 589 buf_status = clCreateBuffer(context, CL_MEM_COPY_HOST_PTR, sizeof(int), &status, &err); in test_pipe_max_active_reservations() 603 err |= clSetKernelArg(kernel[0], 4, sizeof(cl_mem), (void*)&buf_status); in test_pipe_max_active_reservations() 610 err |= clSetKernelArg(kernel[1], 4, sizeof(cl_mem), (void*)&buf_status); in test_pipe_max_active_reservations() 619 … err = clEnqueueReadBuffer(queue, buf_status, true, 0, sizeof(int), &status, 1, &sync_event, NULL); in test_pipe_max_active_reservations() 633 … err = clEnqueueReadBuffer(queue, buf_status, true, 0, sizeof(int), &status, 1, &sync_event, NULL); in test_pipe_max_active_reservations()
|
/external/libhevc/common/ |
D | ihevc_dpb_mgr.c | 496 UWORD32 buf_status; in ihevc_dpb_mgr_release_pics() local 500 buf_status = ihevc_buf_mgr_get_status(ps_buf_mgr, i); in ihevc_dpb_mgr_release_pics() 501 if(0 != buf_status) in ihevc_dpb_mgr_release_pics()
|
/external/libhevc/decoder/ |
D | ihevcd_decode.c | 576 WORD32 buf_status; in ihevcd_decode() local 577 buf_status = 1; in ihevcd_decode() 579 buf_status = ihevc_buf_mgr_check_free((buf_mgr_t *)ps_codec->pv_pic_buf_mgr); in ihevcd_decode() 582 if(0 == buf_status) in ihevcd_decode()
|
/external/libavc/common/ |
D | ih264_dpb_mgr.c | 1165 UWORD32 buf_status; in ih264_dpb_mgr_release_pics() local 1170 buf_status = ih264_buf_mgr_get_status(ps_buf_mgr, i); in ih264_dpb_mgr_release_pics() 1171 if(0 != buf_status) in ih264_dpb_mgr_release_pics()
|
/external/libavc/encoder/ |
D | ih264e_utils.c | 1610 WORD32 i, buf_status; in ih264e_pic_init() local 1617 buf_status = ih264_buf_mgr_get_status( in ih264e_pic_init() 1625 && (buf_status & BUF_MGR_REF)) in ih264e_pic_init() 1691 buf_status = ih264_buf_mgr_get_status( in ih264e_pic_init() 1695 if ((buf_status & (BUF_MGR_REF | BUF_MGR_CODEC | BUF_MGR_IO)) == 0) in ih264e_pic_init()
|