• Home
  • Raw
  • Download

Lines Matching refs:frameOK

982             self->frameOK = 0;  in CAacDecoder_ExtPayloadParse()
1155 self->frameOK = 0; in aacDecoder_ParseExplicitMpsAndSbr()
1169 self->frameOK = 0; in aacDecoder_ParseExplicitMpsAndSbr()
1186 self->frameOK = 0; in aacDecoder_ParseExplicitMpsAndSbr()
2404 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2511 self->frameOK) { in CAacDecoder_DecodeFrame()
2519 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2550 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2558 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2569 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2589 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2604 if (self->frameOK) { in CAacDecoder_DecodeFrame()
2613 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2617 if (self->frameOK) { in CAacDecoder_DecodeFrame()
2629 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2634 if (self->frameOK && in CAacDecoder_DecodeFrame()
2662 if (self->frameOK && (self->flags[streamIndex] & AC_USAC) && in CAacDecoder_DecodeFrame()
2668 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2679 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2683 if (self->frameOK) { in CAacDecoder_DecodeFrame()
2720 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2723 if (self->frameOK) { in CAacDecoder_DecodeFrame()
2733 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2761 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2776 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2797 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2805 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2818 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2882 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2895 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2930 if ((((unreadBits < 0) || (unreadBits > 7)) && self->frameOK) && in CAacDecoder_DecodeFrame()
2934 self->frameOK = 1; in CAacDecoder_DecodeFrame()
2936 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2940 if (ErrorStatus == AAC_DEC_OK && self->frameOK == 0) { in CAacDecoder_DecodeFrame()
2951 if (self->frameOK && type != ID_END) { in CAacDecoder_DecodeFrame()
2956 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2960 if (!(flags & (AACDEC_CONCEAL | AACDEC_FLUSH)) && self->frameOK) { in CAacDecoder_DecodeFrame()
2972 if ((flags & (AACDEC_CONCEAL | AACDEC_FLUSH)) || !self->frameOK) { in CAacDecoder_DecodeFrame()
2985 if (!(flags & (AACDEC_CONCEAL | AACDEC_FLUSH)) && self->frameOK) { in CAacDecoder_DecodeFrame()
3029 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3036 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3041 if ((self->frameOK == 0) && (ErrorStatus == AAC_DEC_OK)) { in CAacDecoder_DecodeFrame()
3045 if (self->frameOK && (flags & AACDEC_FLUSH)) { in CAacDecoder_DecodeFrame()
3056 if (self->frameOK && !(flags & AACDEC_CONCEAL)) { in CAacDecoder_DecodeFrame()
3255 (self->frameOK && !(flags & AACDEC_CONCEAL)) && in CAacDecoder_DecodeFrame()
3265 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3284 (self->frameOK && !(flags & AACDEC_CONCEAL)), in CAacDecoder_DecodeFrame()
3329 (self->frameOK && !(flags & AACDEC_CONCEAL) && in CAacDecoder_DecodeFrame()
3352 (self->frameOK && !(flags & AACDEC_CONCEAL) && in CAacDecoder_DecodeFrame()