Home | History | Annotate | Download | only in decoder

Lines Matching refs:DISPLAY

209     UWORD32 display;
218 /* For signalling to display thread */
265 DISPLAY,
321 "Enable shared display buffer mode\n" },
324 { "--", "--display", DISPLAY,
325 "Enable display (uses SDL)\n" },
329 "FPS to be used for display \n" },
724 /* Description : Calls release display control - Used to signal to the */
734 /* Processing : Calls Release Display call */
737 /* Returns : Status of release display call */
1222 case DISPLAY:
1224 sscanf(value, "%d", &ps_app_ctx->display);
1226 ps_app_ctx->display = 0;
1353 * This function gets a free buffer index where display data can be written
1416 * This function gets a free buffer index where display data can be written
1479 /* Description : Thread to display the frame */
1485 /* Processing : Wait for a buffer to get produced by decoder and display */
1493 /* display will also go at faster rate till it reaches */
1526 /* Init display and allocate display buffers */
1585 /* destroy the display thread */
1707 /* defined for multithread decode-display working */
1713 /* 09 05 2013 100578 Multithread decode-display */
1813 s_app_ctx.display = 0;
1842 /* Set function pointers for display */
1950 s_app_ctx.display = 0;
1953 /* If display is enabled, then turn off shared mode and get color format that is supported by display */
1954 if(1 == s_app_ctx.display)
2149 if(1 == s_app_ctx.display)
2322 /* Allocate output buffer only if display buffers are not shared */
2365 /* API Call: Allocate display buffers for display buffer shared case */
2411 /* Create display thread and wait for the display buffers to be initialized */
2412 if(1 == s_app_ctx.display)
2434 /* API Call: Send the allocated display buffers to codec */
2456 sprintf(ac_error_str, "Error in Set display frame");
2465 /* Get frame dimensions for display buffers such as x_offset,y_offset */
2466 /* etc. This information might be needed to set display buffer */
2467 /* offsets in case of shared display buffer mode */
2536 if(1 == s_app_ctx.display)
2730 /* Get display buffer pointers */
2731 if(1 == s_app_ctx.display)
2874 /* Get SEI mastering display color volume parameters */
2902 if((1 == s_app_ctx.display) &&
2979 if(1 == s_app_ctx.display)
2982 /* wait for display to finish */