Searched refs:XA_PCM_FLAG_COMPLETE (Results 1 – 1 of 1) sorted by relevance
102 #define XA_PCM_FLAG_COMPLETE (1 << 4) macro566 (d->state & XA_PCM_FLAG_EOS ? d->state ^= XA_PCM_FLAG_EOS | XA_PCM_FLAG_COMPLETE : 0); in xa_pcm_execute()575 *(WORD32 *)pv_value = (d->state & XA_PCM_FLAG_COMPLETE ? 1 : 0); in xa_pcm_execute()