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

  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 568 #define CBUFFER_SIZE MAX_PRIVATE_BUFFERS * MAX_MULTIPLY
592 OMX_PTR pElement[CBUFFER_SIZE];
964 VIDDEC_CBUFFER_BUFFERFLAGS aBufferFlags[CBUFFER_SIZE];
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 551 for(nCount = 0; nCount >= CBUFFER_SIZE; nCount++) {
626 for(nCount = 0; nCount >= CBUFFER_SIZE; nCount++) {
658 if(pTempCBuffer->nHead >= CBUFFER_SIZE){
699 if(pTempCBuffer->nTail >= CBUFFER_SIZE){
    [all...]

Completed in 26 milliseconds