Searched refs:FUNC_BLOCK (Results 1 – 3 of 3) sorted by relevance
28 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout = FUNC_BLOCK) = 0;29 …virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout = FUNC_BLOCK) = …
343 if(timeout == FUNC_BLOCK) in encode()470 if(timeout == FUNC_BLOCK) { in getOutput()499 if (timeout == FUNC_BLOCK) { in getOutput()
134 #define FUNC_BLOCK 0xFFFFFFFF macro