Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp42 #ifdef ONLY_ENC_FRAMES_NUM
43 #undef ONLY_ENC_FRAMES_NUM
45 #define ONLY_ENC_FRAMES_NUM INT_MAX // 2, INT_MAX // type the num you try to encode here, 2, 10, etc macro
936 #ifdef ONLY_ENC_FRAMES_NUM in ProcessEncoding()
938 if (iActualFrameEncodedCount >= ONLY_ENC_FRAMES_NUM) { in ProcessEncoding()