Home
last modified time | relevance | path

Searched refs:MIN_INPUT_NUM (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h35 #define MIN_INPUT_NUM (3) macro
38 #define MIN_INPUT_NUM (4) // forward reference frame number is 3 for merrifield/mooref… macro
41 #define MIN_ISV_BUFFER_NUM ((MIN_OUTPUT_NUM) + (MIN_INPUT_NUM))
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp314 uint32_t number = MIN_INPUT_NUM + MIN_OUTPUT_NUM; in ISV_SetParameter()