Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/aidl/
DPreProcessingContext.cpp265 int64_t inputFrameCount = getCommon().input.frameCount; in process() local
267 RETURN_VALUE_IF(inputFrameCount != outputFrameCount, status, "FrameCountMismatch"); in process()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DReverbContext.cpp340 int64_t inputFrameCount = getCommon().input.frameCount; in process() local
342 RETURN_VALUE_IF(inputFrameCount != outputFrameCount, status, "FrameCountMismatch"); in process()
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp751 int64_t inputFrameCount = getCommon().input.frameCount; in process() local
753 RETURN_VALUE_IF(inputFrameCount != outputFrameCount, status, "FrameCountMismatch"); in process()