Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/api/
H A Dapi-flac-test.c116 int in_frame_bytes, out_frame_bytes; in run_test() local
165 in_frame_bytes = in_frame->nb_samples * in_frame->ch_layout.nb_channels * sizeof(uint16_t); in run_test()
166 if (in_frame_bytes > in_frame->linesize[0]) { in run_test()
170 memcpy(raw_in + in_offset, in_frame->data[0], in_frame_bytes); in run_test()
171 in_offset += in_frame_bytes; in run_test()

Completed in 1 milliseconds