Home
last modified time | relevance | path

Searched refs:allocated_count (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp9069 allocated_count = 0; in init_members()
9311 if (!allocated_count || !bufhdr) { in free_output_buffer()
9348 if (allocated_count > 0) in free_output_buffer()
9349 allocated_count--; in free_output_buffer()
9351 allocated_count = 0; in free_output_buffer()
9352 if (!allocated_count) { in free_output_buffer()
9380 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) { in allocate_buffers_color_convert()
9397 unsigned int i = allocated_count; in allocate_buffers_color_convert()
9438 allocated_count++; in allocate_buffers_color_convert()
9466 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) { in use_output_buffer()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h866 unsigned int allocated_count; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h882 unsigned int allocated_count; variable
Domx_vdec_hevc_swvdec.h1046 unsigned int allocated_count; variable
Domx_vdec.h1049 unsigned int allocated_count; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h891 unsigned int allocated_count; variable
Domx_vdec.h1013 unsigned int allocated_count; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp9317 allocated_count = 0; in init_members()
9542 if (!allocated_count || !bufhdr) { in free_output_buffer()
9563 if (allocated_count > 0) in free_output_buffer()
9564 allocated_count--; in free_output_buffer()
9566 allocated_count = 0; in free_output_buffer()
9568 if (!allocated_count) { in free_output_buffer()
9599 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) { in allocate_buffers_color_convert()
9620 unsigned int i = allocated_count; in allocate_buffers_color_convert()
9664 allocated_count++; in allocate_buffers_color_convert()
Domx_vdec_hevc.cpp8148 allocated_count = 0; in init_members()
8355 if (!allocated_count || !bufhdr) { in free_output_buffer()
8373 if (allocated_count > 0) in free_output_buffer()
8374 allocated_count--; in free_output_buffer()
8376 allocated_count = 0; in free_output_buffer()
8377 if (!allocated_count) { in free_output_buffer()
8405 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) { in allocate_buffers_color_convert()
8422 unsigned int i = allocated_count; in allocate_buffers_color_convert()
8464 allocated_count++; in allocate_buffers_color_convert()
Domx_vdec_hevc_swvdec.cpp9234 allocated_count = 0; in init_members()
9439 if (!allocated_count || !bufhdr) { in free_output_buffer()
9457 if (allocated_count > 0) in free_output_buffer()
9458 allocated_count--; in free_output_buffer()
9460 allocated_count = 0; in free_output_buffer()
9461 if (!allocated_count) { in free_output_buffer()
9489 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) { in allocate_buffers_color_convert()
9506 unsigned int i = allocated_count; in allocate_buffers_color_convert()
9548 allocated_count++; in allocate_buffers_color_convert()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp8094 allocated_count = 0; in init_members()
8301 if (!allocated_count || !bufhdr) { in free_output_buffer()
8319 if (allocated_count > 0) in free_output_buffer()
8320 allocated_count--; in free_output_buffer()
8322 allocated_count = 0; in free_output_buffer()
8323 if (!allocated_count) { in free_output_buffer()
8351 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) { in allocate_buffers_color_convert()
8368 unsigned int i = allocated_count; in allocate_buffers_color_convert()
8410 allocated_count++; in allocate_buffers_color_convert()
Domx_vdec_hevc_swvdec.cpp9436 allocated_count = 0; in init_members()
9641 if (!allocated_count || !bufhdr) { in free_output_buffer()
9659 if (allocated_count > 0) in free_output_buffer()
9660 allocated_count--; in free_output_buffer()
9662 allocated_count = 0; in free_output_buffer()
9663 if (!allocated_count) { in free_output_buffer()
9691 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) { in allocate_buffers_color_convert()
9708 unsigned int i = allocated_count; in allocate_buffers_color_convert()
9750 allocated_count++; in allocate_buffers_color_convert()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp12611 allocated_count = 0; in init_members()
12661 if (allocated_count > 0) { in update_buffer_req()
12663 allocated_count); in update_buffer_req()
12883 if (allocated_count > 0) { in set_buffer_req()
12885 buffer_size_req, buffer_size, allocated_count); in set_buffer_req()
12920 if (!allocated_count || !bufhdr) { in free_output_buffer()
12937 if (allocated_count > 0) in free_output_buffer()
12938 allocated_count--; in free_output_buffer()
12940 allocated_count = 0; in free_output_buffer()
12941 if (!allocated_count) { in free_output_buffer()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1112 unsigned int allocated_count; variable