Home | History | Annotate | Download | only in inc

Lines Matching defs:Buffer

191     char Buffer;
284 OMX_BUFFERHEADERTYPE* buffer;
295 OMX_BUFFERHEADERTYPE sBufHdr; /* actual buffer header */
296 OMX_BUFFERHEADERTYPE *pBufHdr[MAX_NUM_OF_BUFS]; /* records buffer header send by client */
594 /** Keep buffer timestamps **/
596 /** Index to arrBufIndex[], used for input buffer timestamps */
598 /** Index to arrBufIndex[], used for output buffer timestamps */
601 /** Keep buffer tickcount **/
711 * to atomically increment some input or output buffer counter
715 * @param counter the buffer counter to be changed
717 * @post the buffer counter's value will be incremented by one.