Home
last modified time | relevance | path

Searched refs:NUM_DISPLAY_BUFFERS (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/test/decoder/
Dmain.c66 #define NUM_DISPLAY_BUFFERS 4 macro
1373 while(((ps_app_ctx->disp_q_wr_idx + 1) % NUM_DISPLAY_BUFFERS) == ps_app_ctx->disp_q_rd_idx) in dispq_producer_dequeue()
1406 if(ps_app_ctx->disp_q_wr_idx == NUM_DISPLAY_BUFFERS) in dispq_producer_queue()
1469 if(ps_app_ctx->disp_q_rd_idx == NUM_DISPLAY_BUFFERS) in dispq_consumer_queue()
/external/libmpeg2/test/decoder/
Dmain.c68 #define NUM_DISPLAY_BUFFERS 4 macro
1405 while(((ps_app_ctx->disp_q_wr_idx + 1) % NUM_DISPLAY_BUFFERS) == ps_app_ctx->disp_q_rd_idx) in dispq_producer_dequeue()
1438 if(ps_app_ctx->disp_q_wr_idx == NUM_DISPLAY_BUFFERS) in dispq_producer_queue()
1501 if(ps_app_ctx->disp_q_rd_idx == NUM_DISPLAY_BUFFERS) in dispq_consumer_queue()
/external/libavc/test/decoder/
Dmain.c72 #define NUM_DISPLAY_BUFFERS 4 macro
1384 while(((ps_app_ctx->disp_q_wr_idx + 1) % NUM_DISPLAY_BUFFERS) == ps_app_ctx->disp_q_rd_idx) in dispq_producer_dequeue()
1417 if(ps_app_ctx->disp_q_wr_idx == NUM_DISPLAY_BUFFERS) in dispq_producer_queue()
1480 if(ps_app_ctx->disp_q_rd_idx == NUM_DISPLAY_BUFFERS) in dispq_consumer_queue()