Lines Matching defs:stereo
490 /* Handle case of Parametric Stereo */
918 int stereo;
942 stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0;
1049 if (stereo) {
1133 if (!stereo) {
1198 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0;
1267 (stereo) ? hFrameDataRight : NULL,
1268 (stereo) ? &pSbrChannel[1]->prevFrameData : NULL);
1321 if (stereo) {
1349 /* A decoder which is able to decode PS has to produce a stereo output even if no PS data is availble. */