Home | History | Annotate | Download | only in src

Lines Matching defs:stereo

490     /* Handle case of Parametric Stereo */
912 int stereo;
936 stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0;
1043 if (stereo) {
1127 if (!stereo) {
1192 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0;
1261 (stereo) ? hFrameDataRight : NULL,
1262 (stereo) ? &pSbrChannel[1]->prevFrameData : NULL);
1315 if (stereo) {
1343 /* A decoder which is able to decode PS has to produce a stereo output even if no PS data is availble. */