Home
last modified time | relevance | path

Searched refs:out_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
221 out_frame_bytes = out_frame->nb_samples * out_frame->ch_layout.nb_channels * sizeof(uint16_t); in run_test()
222 if (out_frame_bytes > out_frame->linesize[0]) { in run_test()
226 memcpy(raw_out + out_offset, out_frame->data[0], out_frame_bytes); in run_test()
227 out_offset += out_frame_bytes; in run_test()
231 if (memcmp(raw_in, raw_out, out_frame_bytes * NUMBER_OF_AUDIO_FRAMES) != 0) { in run_test()

Completed in 1 milliseconds