Home | History | Annotate | Download | only in src

Lines Matching refs:sbrError

531       SBR_ERROR sbrError;
535 sbrError = sbrDecoder_InitElement(
545 if (sbrError == SBRDEC_OK) {
546 sbrError = sbrDecoder_Parse (
556 if (sbrError == SBRDEC_OK) {
572 if (sbrError != SBRDEC_OK) {
1309 SBR_ERROR sbrError;
1311 sbrError = sbrDecoder_InitElement(
1320 if (sbrError != SBRDEC_OK) {