Home | History | Annotate | Download | only in src

Lines Matching refs:codecFrameSize

342           const int codecFrameSize
381 pcmTemp[smpl] = timeIn[(codecFrameSize-delay+smpl)*strideIn];
384 for (smpl = (codecFrameSize-delay-1)*strideIn; smpl >= 0; smpl -= strideIn) {