Searched refs:filled (Results 1 – 10 of 10) sorted by relevance
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-io.c | 76 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/ |
D | xa-class-audio-codec.c | 482 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()
|
D | xa-class-mixer.c | 600 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/ |
D | xf-io.h | 51 u32 filled; member 132 return port->filled; in xf_input_port_level()
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 36 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/ |
D | ChangeLog | 107 were filled then successively freed.
|
/device/google/bonito/json-c/ |
D | ChangeLog | 107 were filled then successively freed.
|
/device/google/coral/json-c/ |
D | ChangeLog | 107 were filled then successively freed.
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 273 [%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/ |
D | xa_hikey.img | 271 [%s.%s] codec[%p]: signal input-over (filled: %u) @%s:%d 294 [%s.%s] track-%u: filled %u bytes @%s:%d
|