Searched refs:bufCnt (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 419 unsigned int data = 0, bufCnt = 0, i = 0; in process_current_command() local 1030 int readBytes =0; int bufCnt=0; in EmptyBufferDone() local 1089 int bufCnt=0; in main() local 1612 long bufCnt = 0; in Init_Decoder() local 1770 int i, bufCnt, index = 0; in Play_Decoder() local 1894 bufCnt = 0; in Play_Decoder() 2093 for(bufCnt=0; bufCnt < portFmt.nBufferCountActual; ++bufCnt) { in Play_Decoder() 2094 DEBUG_PRINT("OMX_FillThisBuffer on output buf no.%d\n",bufCnt); in Play_Decoder() 2095 if (pOutYUVBufHdrs[bufCnt] == NULL) in Play_Decoder() 2097 DEBUG_PRINT_ERROR("Error - pOutYUVBufHdrs[%d] is NULL\n", bufCnt); in Play_Decoder() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 556 unsigned int data = 0, bufCnt = 0, i = 0; in process_current_command() local 1241 int bufCnt=0; in EmptyBufferDone() local 1297 int bufCnt=0; in main() local 1821 long bufCnt = 0; in Init_Decoder() local 1978 int i, bufCnt, index = 0; in Play_Decoder() local 2161 bufCnt = 0; in Play_Decoder() 2356 for (bufCnt=0; bufCnt < (int)portFmt.nBufferCountActual; ++bufCnt) { in Play_Decoder() 2357 DEBUG_PRINT("OMX_FillThisBuffer on output buf no.%d\n",bufCnt); in Play_Decoder() 2358 if (pOutYUVBufHdrs[bufCnt] == NULL) { in Play_Decoder() 2359 DEBUG_PRINT_ERROR("Error - pOutYUVBufHdrs[%d] is NULL\n", bufCnt); in Play_Decoder() [all …]
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderDef.h | 483 uint32_t bufCnt; member
|
D | VideoEncoderBase.cpp | 1600 if (upStreamBuffer->bufCnt == 0) { in setUpstreamBuffer() 1605 for(unsigned int i=0; i < upStreamBuffer->bufCnt; i++) { in setUpstreamBuffer()
|