• Home
  • Raw
  • Download

Lines Matching refs:frameOK

1056             self->frameOK = 0;  in CAacDecoder_ExtPayloadParse()
1229 self->frameOK = 0; in aacDecoder_ParseExplicitMpsAndSbr()
1243 self->frameOK = 0; in aacDecoder_ParseExplicitMpsAndSbr()
1260 self->frameOK = 0; in aacDecoder_ParseExplicitMpsAndSbr()
2545 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2652 self->frameOK) { in CAacDecoder_DecodeFrame()
2660 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2691 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2699 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2710 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2730 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2745 if (self->frameOK) { in CAacDecoder_DecodeFrame()
2754 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2758 if (self->frameOK) { in CAacDecoder_DecodeFrame()
2770 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2775 if (self->frameOK && in CAacDecoder_DecodeFrame()
2803 if (self->frameOK && (self->flags[streamIndex] & AC_USAC) && in CAacDecoder_DecodeFrame()
2809 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2820 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2824 if (self->frameOK) { in CAacDecoder_DecodeFrame()
2861 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2864 if (self->frameOK) { in CAacDecoder_DecodeFrame()
2874 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2902 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2917 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2938 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2946 self->frameOK = 0; in CAacDecoder_DecodeFrame()
2959 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3023 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3036 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3049 (ErrorStatus == AAC_DEC_OK) && self->frameOK && in CAacDecoder_DecodeFrame()
3059 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3089 if ((((unreadBits < 0) || (unreadBits > 7)) && self->frameOK) && in CAacDecoder_DecodeFrame()
3093 self->frameOK = 1; in CAacDecoder_DecodeFrame()
3095 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3099 if (ErrorStatus == AAC_DEC_OK && self->frameOK == 0) { in CAacDecoder_DecodeFrame()
3110 if (self->frameOK && type != ID_END) { in CAacDecoder_DecodeFrame()
3115 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3119 if (!(flags & (AACDEC_CONCEAL | AACDEC_FLUSH)) && self->frameOK) { in CAacDecoder_DecodeFrame()
3131 if ((flags & (AACDEC_CONCEAL | AACDEC_FLUSH)) || !self->frameOK) { in CAacDecoder_DecodeFrame()
3144 if (!(flags & (AACDEC_CONCEAL | AACDEC_FLUSH)) && self->frameOK) { in CAacDecoder_DecodeFrame()
3188 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3195 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3200 if ((self->frameOK == 0) && (ErrorStatus == AAC_DEC_OK)) { in CAacDecoder_DecodeFrame()
3204 if (self->frameOK && (flags & AACDEC_FLUSH)) { in CAacDecoder_DecodeFrame()
3215 if (self->frameOK && !(flags & AACDEC_CONCEAL)) { in CAacDecoder_DecodeFrame()
3416 (self->frameOK && !(flags & AACDEC_CONCEAL)) && in CAacDecoder_DecodeFrame()
3426 self->frameOK = 0; in CAacDecoder_DecodeFrame()
3445 (self->frameOK && !(flags & AACDEC_CONCEAL)), in CAacDecoder_DecodeFrame()
3492 (self->frameOK && !(flags & AACDEC_CONCEAL) && in CAacDecoder_DecodeFrame()
3515 (self->frameOK && !(flags & AACDEC_CONCEAL) && in CAacDecoder_DecodeFrame()