Lines Matching refs:NULL
57 if (rsmp != NULL && rsmp->speex_resampler != NULL) { in resampler_reset()
80 if (rsmp == NULL || out == NULL || outFrameCount == NULL) { in resampler_resample_from_provider()
83 if (rsmp->provider == NULL) { in resampler_resample_from_provider()
111 if (buf.raw == NULL) { in resampler_resample_from_provider()
161 if (rsmp == NULL || in == NULL || inFrameCount == NULL || in resampler_resample_from_input()
162 out == NULL || outFrameCount == NULL) { in resampler_resample_from_input()
165 if (rsmp->provider != NULL) { in resampler_resample_from_input()
203 if (resampler == NULL) { in create_resampler()
207 *resampler = NULL; in create_resampler()
220 if (rsmp->speex_resampler == NULL) { in create_resampler()
235 rsmp->in_buf = NULL; in create_resampler()
255 if (rsmp == NULL) { in release_resampler()
261 if (rsmp->speex_resampler != NULL) { in release_resampler()