Home | History | Annotate | Download | only in src

Lines Matching refs:sbrError

515       SBR_ERROR sbrError;
519 sbrError = sbrDecoder_InitElement(
529 if (sbrError == SBRDEC_OK) {
530 sbrError = sbrDecoder_Parse (
540 if (sbrError == SBRDEC_OK) {
556 if (sbrError != SBRDEC_OK) {
1283 SBR_ERROR sbrError;
1285 sbrError = sbrDecoder_InitElement(
1294 if (sbrError != SBRDEC_OK) {