Searched refs:inputFrameCount (Results 1 – 3 of 3) sorted by relevance
265 int64_t inputFrameCount = getCommon().input.frameCount; in process() local267 RETURN_VALUE_IF(inputFrameCount != outputFrameCount, status, "FrameCountMismatch"); in process()
340 int64_t inputFrameCount = getCommon().input.frameCount; in process() local342 RETURN_VALUE_IF(inputFrameCount != outputFrameCount, status, "FrameCountMismatch"); in process()
751 int64_t inputFrameCount = getCommon().input.frameCount; in process() local753 RETURN_VALUE_IF(inputFrameCount != outputFrameCount, status, "FrameCountMismatch"); in process()