/hardware/qcom/display/msm8909/liboverlay/ |
overlayMem.h | 78 /* return number of bufs */ 94 /* num of bufs */
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMem.h | 77 /* return number of bufs */ 93 /* num of bufs */
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayMem.h | 78 /* return number of bufs */ 94 /* num of bufs */
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
CachedInputStream.java | 112 private static void releaseChunks(List<byte[]> bufs) { 113 ByteArrayPool.get16KBPool().releaseChunks(bufs);
|
/device/google/marlin/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 554 LOGE("cannot get stream bufs from main stream"); 594 LOGE("cannot get stream bufs from thumb stream"); 865 src_frame->bufs[i]->stream_id); 869 data_frame = src_frame->bufs[i]; 872 meta_frame = src_frame->bufs[i]; 969 mm_camera_buf_def_t *bufs = NULL; local [all...] |
/device/google/marlin/camera/QCamera2/HAL3/ |
QCamera3Stream.cpp | 71 * @bufs : output of allocated buffers 83 mm_camera_buf_def_t **bufs, 93 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl); 102 bufs, ops_tbl); 540 bufDone(frame->bufs[0]->buf_idx); 567 recvd_frame->bufs[0] == NULL || 568 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { 577 stream->bufDone(recvd_frame->bufs[0]->buf_idx); 641 if (UNLIKELY(frame->bufs[0]->buf_type == 648 pme->bufDone(frame->bufs[0]->buf_idx) [all...] |
/device/huawei/angler/camera/QCamera2/HAL3/ |
QCamera3Stream.cpp | 54 * @bufs : output of allocated buffers 66 mm_camera_buf_def_t **bufs, 76 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl); 85 bufs, ops_tbl); 494 bufDone(frame->bufs[0]->buf_idx); 521 recvd_frame->bufs[0] == NULL || 522 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { 531 stream->bufDone(recvd_frame->bufs[0]->buf_idx); 577 if (UNLIKELY(frame->bufs[0]->buf_type == 584 pme->bufDone(frame->bufs[0]->buf_idx) [all...] |
/device/lge/bullhead/camera/QCamera2/HAL3/ |
QCamera3Stream.cpp | 54 * @bufs : output of allocated buffers 66 mm_camera_buf_def_t **bufs, 76 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl); 85 bufs, ops_tbl); 494 bufDone(frame->bufs[0]->buf_idx); 521 recvd_frame->bufs[0] == NULL || 522 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { 531 stream->bufDone(recvd_frame->bufs[0]->buf_idx); 577 if (UNLIKELY(frame->bufs[0]->buf_type == 584 pme->bufDone(frame->bufs[0]->buf_idx) [all...] |
/device/google/marlin/camera/QCamera2/stack/common/ |
mm_camera_interface.h | 109 * @buf_idx : index of the buf within the stream bufs, to be 151 * @bufs : array of buffers in the bundle 159 mm_camera_buf_def_t* bufs[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon3739 173 * @num_buf_requested : num of super bufs requested 174 * @num_retro_buf_requested : number of retro bufs requested 202 typedef void (*mm_camera_buf_notify_t) (mm_camera_super_buf_t *bufs, 270 mm_camera_buf_def_t **bufs, [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 340 static int total, total_changed, bufs; variable [all...] |
/external/libavc/common/ |
ih264_list.c | 74 * requirements. Buffer size required to store the bufs should be allocated in 420 * Job Queue buffer is assumed to be allocated to handle worst case number of bufs 509 * Job Queue buffer is assumed to be allocated to handle worst case number of bufs
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tile_cache.h | 91 union pipe_color_union clear_color; /**< for color bufs */
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
AsynchronousSocketChannelImpl.java | 313 ByteBuffer[] bufs = Util.subsequence(dsts, offset, length); local 314 for (int i=0; i<bufs.length; i++) { 315 if (bufs[i].isReadOnly()) 318 read(true, null, bufs, timeout, unit, attachment, handler);
|
/libcore/ojluni/src/main/java/sun/security/util/ |
DerOutputStream.java | 383 byte[][] bufs = new byte[streams.length][]; 385 bufs[i] = streams[i].toByteArray(); 387 Arrays.<byte[]>sort(bufs, order); 391 bytes.write(bufs[i]);
|
/system/core/adf/libadf/include/adf/ |
adf.h | 75 struct adf_buffer_config *bufs, size_t n_bufs, 95 struct adf_buffer_config *bufs, __u32 n_bufs,
|
/system/core/adf/libadf/include/video/ |
adf.h | 100 struct adf_buffer_config __user * bufs; member in struct:adf_post_config 111 __u64 bufs; member in struct:adf_post_config_v2
|
/external/e2fsprogs/debugfs/ |
recovery.c | 77 struct buffer_head * bufs[MAXBUF]; local 105 bufs[nbufs++] = bh; 107 ll_rw_block(READ, nbufs, bufs); 108 journal_brelse_array(bufs, nbufs); 116 ll_rw_block(READ, nbufs, bufs); 121 journal_brelse_array(bufs, nbufs);
|
/external/e2fsprogs/e2fsck/ |
recovery.c | 77 struct buffer_head * bufs[MAXBUF]; local 105 bufs[nbufs++] = bh; 107 ll_rw_block(READ, nbufs, bufs); 108 journal_brelse_array(bufs, nbufs); 116 ll_rw_block(READ, nbufs, bufs); 121 journal_brelse_array(bufs, nbufs);
|
/external/libdrm/ |
xf86drm.c | 1337 drm_buf_map_t bufs; local 1341 memclear(bufs); 1342 if (drmIoctl(fd, DRM_IOCTL_MAP_BUFS, &bufs)) 1345 if (!bufs.count) 1348 if (!(bufs.list = drmMalloc(bufs.count * sizeof(*bufs.list)))) 1351 if (drmIoctl(fd, DRM_IOCTL_MAP_BUFS, &bufs)) { 1352 drmFree(bufs.list); 1357 retval->count = bufs.count [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 618 static int total, total_changed, bufs; variable [all...] |
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 493 ALOGE("%s: cannot get stream bufs from main stream", __func__); 521 ALOGE("%s: cannot get stream bufs from thumb stream", __func__); 767 if (frame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) { 768 meta_frame = frame->bufs[i]; 2691 mm_camera_buf_def_t *bufs = NULL; local [all...] |
QCameraStream.cpp | 51 * @bufs : output of allocated buffers 63 mm_camera_buf_def_t **bufs, 77 initial_reg_flag, bufs, ops_tbl); 81 initial_reg_flag, bufs, ops_tbl); 95 * @bufs : output of allocated buffers 107 mm_camera_buf_def_t **bufs, 119 *bufs = stream->mBufDefs; 577 * @miscBuf : ptr to buf that contains misc bufs 883 bufDone(frame->bufs[0]->buf_idx); 908 recvd_frame->bufs[0] == NULL | [all...] |
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 493 ALOGE("%s: cannot get stream bufs from main stream", __func__); 521 ALOGE("%s: cannot get stream bufs from thumb stream", __func__); 767 if (frame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) { 768 meta_frame = frame->bufs[i]; 2691 mm_camera_buf_def_t *bufs = NULL; local [all...] |
QCameraStream.cpp | 51 * @bufs : output of allocated buffers 63 mm_camera_buf_def_t **bufs, 77 initial_reg_flag, bufs, ops_tbl); 81 initial_reg_flag, bufs, ops_tbl); 95 * @bufs : output of allocated buffers 107 mm_camera_buf_def_t **bufs, 119 *bufs = stream->mBufDefs; 577 * @miscBuf : ptr to buf that contains misc bufs 883 bufDone(frame->bufs[0]->buf_idx); 908 recvd_frame->bufs[0] == NULL | [all...] |
/device/huawei/angler/camera/QCamera2/stack/common/ |
mm_camera_interface.h | 105 * @buf_idx : index of the buf within the stream bufs, to be 147 * @bufs : array of buffers in the bundle 155 mm_camera_buf_def_t* bufs[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon4321 184 typedef void (*mm_camera_buf_notify_t) (mm_camera_super_buf_t *bufs, 244 mm_camera_buf_def_t **bufs,
|