HomeSort by relevance Sort by last modified time
    Searched refs:NUM_OF_VPP_BUFFERS (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 80 #define NUM_OF_VPP_BUFFERS (4)
341 OMX_VPP_COMPONENT_BUFFER pVPPBufHeader[NUM_OF_VPP_BUFFERS];
342 VPP_BUFFERDATA_PROPAGATION sBufferDataProp[NUM_OF_VPP_BUFFERS];
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 130 if (nCount >= NUM_OF_VPP_BUFFERS) {
247 arr[3] = NUM_OF_VPP_BUFFERS; /*Number of buffers on input stream*/
251 arr[6] = NUM_OF_VPP_BUFFERS; /*Number of buffers on input stream*/
255 arr[9] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
259 arr[12] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
263 arr[15] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
876 for (nCount = 0; nCount < NUM_OF_VPP_BUFFERS; nCount ++){
    [all...]

Completed in 21 milliseconds