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

  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 36 #define MIN_OUTPUT_NUM (3)
39 #define MIN_OUTPUT_NUM (10) // 2.5FRC need hold 2 + 3 + 2 + 3= 10 buffers, without FRC we set to 6
41 #define MIN_ISV_BUFFER_NUM ((MIN_OUTPUT_NUM) + (MIN_INPUT_NUM))
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 314 uint32_t number = MIN_INPUT_NUM + MIN_OUTPUT_NUM;
350 mNumDecoderBuffersBak = mNumDecoderBuffers = def->nBufferCountActual - MIN_OUTPUT_NUM - UNDEQUEUED_NUM;
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 574 if (mbBypass || mOutputBuffers.size() >= MIN_OUTPUT_NUM) {

Completed in 3600 milliseconds