Searched refs:allocated_count (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp9063 allocated_count = 0;
9305 if (!allocated_count || !bufhdr) {
9342 if (allocated_count > 0)
9343 allocated_count--;
9345 allocated_count = 0;
9346 if (!allocated_count) {
9374 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) {
9391 unsigned int i = allocated_count;
9432 allocated_count++;
9460 if (allocated_count >
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h866 unsigned int allocated_count; member in class:omx_vdec::allocate_color_convert_buf
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h891 unsigned int allocated_count; member in class:omx_vdec::allocate_color_convert_buf
H A Domx_vdec.h989 unsigned int allocated_count; member in class:omx_vdec::allocate_color_convert_buf
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp9317 allocated_count = 0;
9542 if (!allocated_count || !bufhdr) {
9563 if (allocated_count > 0)
9564 allocated_count--;
9566 allocated_count = 0;
9568 if (!allocated_count) {
9599 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) {
9620 unsigned int i = allocated_count;
9664 allocated_count++;
H A Domx_vdec_hevc.cpp8144 allocated_count = 0;
8351 if (!allocated_count || !bufhdr) {
8369 if (allocated_count > 0)
8370 allocated_count--;
8372 allocated_count = 0;
8373 if (!allocated_count) {
8401 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) {
8418 unsigned int i = allocated_count;
8460 allocated_count++;
H A Domx_vdec_hevc_swvdec.cpp9234 allocated_count = 0;
9439 if (!allocated_count || !bufhdr) {
9457 if (allocated_count > 0)
9458 allocated_count--;
9460 allocated_count = 0;
9461 if (!allocated_count) {
9489 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) {
9506 unsigned int i = allocated_count;
9548 allocated_count++;
H A Domx_vdec_msm8974.cpp9560 allocated_count = 0;
9781 if (!allocated_count || !bufhdr) {
9799 if (allocated_count > 0)
9800 allocated_count--;
9802 allocated_count = 0;
9803 if (!allocated_count) {
9831 if (allocated_count >= omx->drv_ctx.op_buf.actualcount) {
9848 unsigned int i = allocated_count;
9890 allocated_count++;

Completed in 146 milliseconds