Searched defs:drain (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dlookahead.c180 int drain)
184 if(ctx->sz && (drain || ctx->sz == ctx->max_sz - 1))
179 vp8_lookahead_pop(struct lookahead_ctx *ctx, int drain) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.c166 int drain) {
169 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) {
165 vp9_lookahead_pop(struct lookahead_ctx *ctx, int drain) argument
/hardware/libhardware/include/hardware/
H A Daudio.h253 STREAM_CBK_EVENT_DRAIN_READY /* drain completed */
258 /* type of drain requested to audio_stream_out->drain(). Mutually exclusive */
260 AUDIO_DRAIN_ALL, /* drain() returns when all data has been played */
261 AUDIO_DRAIN_EARLY_NOTIFY /* drain() returns a short time before all data
326 * write and drain.
327 * Calling this function implies that all future write() and drain()
355 * non-blocking mode, the drain() must not block, instead it should return
356 * quickly and completion of the drain is notified through the callback.
357 * If set_callback() has not been called, the drain() mus
369 int (*drain)(struct audio_stream_out* stream, audio_drain_type_t type ); member in struct:audio_stream_out
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp869 int RequestManager::FindFrameCnt(struct camera2_shot_ext * shot_ext, bool drain) argument
888 if (drain && (entries[i].status >= CAPTURED)) {

Completed in 209 milliseconds