Home | History | Annotate | Download | only in decoder

Lines Matching refs:disp_q_rd_idx

183     WORD32  disp_q_rd_idx;
1405 while(((ps_app_ctx->disp_q_wr_idx + 1) % NUM_DISPLAY_BUFFERS) == ps_app_ctx->disp_q_rd_idx)
1468 while(ps_app_ctx->disp_q_wr_idx == ps_app_ctx->disp_q_rd_idx)
1477 idx = ps_app_ctx->disp_q_rd_idx;
1500 ps_app_ctx->disp_q_rd_idx++;
1501 if(ps_app_ctx->disp_q_rd_idx == NUM_DISPLAY_BUFFERS)
1502 ps_app_ctx->disp_q_rd_idx = 0;
1844 s_app_ctx.disp_q_rd_idx = 0;