Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 10 of 10) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-io.c76 port->filled = 0, port->access = NULL; in xf_input_port_init()
167 u32 filled = port->filled; in xf_input_port_fill() local
183 n = (s32)(port->length - filled); in xf_input_port_fill()
216 memcpy(port->buffer + filled, port->access, k), port->access += k; in xf_input_port_fill()
219 filled += k, copied += k, n -= k; in xf_input_port_fill()
238 port->filled = filled, port->remaining = remaining; in xf_input_port_fill()
247 u32 filled = port->filled; in xf_input_port_pad() local
251 if ((k = port->length - filled) > 0) in xf_input_port_pad()
253 memset(port->buffer + filled, pad, k); in xf_input_port_pad()
256 port->filled = port->length; in xf_input_port_pad()
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-audio-codec.c482 u32 filled; in xa_codec_preprocess() local
494 filled = xf_input_port_length(&codec->input); in xa_codec_preprocess()
504 filled = 0; in xa_codec_preprocess()
513 filled = xf_input_port_level(&codec->input); in xa_codec_preprocess()
528 TRACE(INFO, _b("codec[%p]: signal input-over (filled: %u)"), codec, filled); in xa_codec_preprocess()
531 TRACE(INPUT, _b("input-buffer fill-level: %u bytes"), filled); in xa_codec_preprocess()
534 XA_API(base, XA_API_CMD_SET_INPUT_BYTES, codec->in_idx, &filled); in xa_codec_preprocess()
Dxa-class-mixer.c600 u32 filled; in xa_mixer_preprocess() local
611 filled = xf_input_port_level(&track->input); in xa_mixer_preprocess()
615 XA_API(base, XA_API_CMD_SET_INPUT_BYTES, i, &filled); in xa_mixer_preprocess()
618 TRACE(INPUT, _b("track-%u: filled %u bytes"), i, filled); in xa_mixer_preprocess()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-io.h51 u32 filled; member
132 return port->filled; in xf_input_port_level()
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME36 of configs and buffer is filled as follows: The first 'numAttribs'
37 integer values are filled with the EGL enumerant describing a config
/device/google/crosshatch/json-c/
DChangeLog107 were filled then successively freed.
/device/google/bonito/json-c/
DChangeLog107 were filled then successively freed.
/device/google/coral/json-c/
DChangeLog107 were filled then successively freed.
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img273 ���[%s.%s] codec[%p]: signal input-over (filled: %u) @%s:%d
296 ��[%s.%s] track-%u: filled %u bytes @%s:%d
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dxa_hikey.img271 ���[%s.%s] codec[%p]: signal input-over (filled: %u) @%s:%d
294 ��[%s.%s] track-%u: filled %u bytes @%s:%d