Home
last modified time | relevance | path

Searched refs:raw_in (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-flac-test.c113 uint8_t *raw_in = NULL, *raw_out = NULL; in run_test() local
145 raw_in = av_malloc(in_frame->linesize[0] * NUMBER_OF_AUDIO_FRAMES); in run_test()
146 if (!raw_in) { in run_test()
169 memcpy(raw_in + in_offset, in_frame->data[0], in_frame_bytes); in run_test()
230 if (memcmp(raw_in, raw_out, out_frame_bytes * NUMBER_OF_AUDIO_FRAMES) != 0) { in run_test()
237 av_freep(&raw_in); in run_test()
/third_party/boost/libs/gil/test/extension/io/
Dpaths.hpp52 static const std::string raw_in = base + "images/raw/"; variable
65 static const std::string raw_filename(raw_in + "RAW_CANON_D30_SRGB.CRW");