Lines Matching full:acp1
191 MixAudioConfigParamsAAC *acp1 = MIX_AUDIOCONFIGPARAMSAAC(first);
194 ret = (acp1->MPEG_id == acp2->MPEG_id) &&
195 (acp1->bit_stream_format && acp2->bit_stream_format) &&
196 (acp1->aac_profile == acp2->aac_profile) &&
197 (acp1->aot == acp2->aot) &&
198 (acp1->bit_rate_type == acp2->bit_rate_type) &&
199 (acp1->CRC == acp2->CRC) &&
200 (acp1->sbrPresentFlag == acp2->sbrPresentFlag) &&
201 (acp1->psPresentFlag == acp2->psPresentFlag) &&
202 (acp1->pce_present == acp2->pce_present) &&
203 (acp1->syntc_id[0] == acp2->syntc_id[0]) &&
204 (acp1->syntc_id[1] == acp2->syntc_id[1]) &&
205 (acp1->syntc_tag[0] == acp2->syntc_tag[0]) &&
206 (acp1->syntc_tag[1] == acp2->syntc_tag[1]);