Home
last modified time | relevance | path

Searched refs:drain (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.c166 int drain) { in vp9_lookahead_pop() argument
169 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { in vp9_lookahead_pop()
Dvp9_lookahead.h83 int drain);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dlookahead.c180 int drain) in vp8_lookahead_pop() argument
184 if(ctx->sz && (drain || ctx->sz == ctx->max_sz - 1)) in vp8_lookahead_pop()
Dlookahead.h86 int drain);
/hardware/libhardware/include/hardware/
Daudio.h369 int (*drain)(struct audio_stream_out* stream, audio_drain_type_t type ); member
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
Dindex.sgml113 <ANCHOR id="mix-audio-stop-drain" href="MixAudio/MixAudio.html#mix-audio-stop-drain">
/hardware/qcom/audio/hal/
Daudio_hw.c2188 out->stream.drain = out_drain; in adev_open_output_stream()