Home
last modified time | relevance | path

Searched refs:time_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pselect/
H A Dpselect02.c20 static struct timespec time_buf; variable
30 {128, NULL, &time_buf, EINVAL},
44 time_buf.tv_sec = -1; in setup()
45 time_buf.tv_nsec = 0; in setup()
/third_party/ffmpeg/libavcodec/
H A Datrac3plusdec.c68 DECLARE_ALIGNED(32, float, time_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the gain compensation
304 &ctx->time_buf[ch][sb * ATRAC3P_SUBBAND_SAMPLES]); in reconstruct_frame()
313 memset(&ctx->time_buf[ch][ch_unit->num_subbands * ATRAC3P_SUBBAND_SAMPLES], in reconstruct_frame()
317 sizeof(ctx->time_buf[ch][ch_unit->num_subbands * ATRAC3P_SUBBAND_SAMPLES])); in reconstruct_frame()
326 &ctx->time_buf[ch][sb * 128]); in reconstruct_frame()
332 &ctx->time_buf[ch][0], &ctx->outp_buf[ch][0]); in reconstruct_frame()

Completed in 1 milliseconds