Searched refs:more_data (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_aresample.c | 43 int more_data; member 220 aresample->more_data = outsamplesref->nb_samples == n_out; // Indicate that there is probably more data in our buffers in filter_frame() 267 if (aresample->more_data) { in request_frame() 274 aresample->more_data = 0; in request_frame()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_structures.py | 508 ('more_data', c_float * 2), 542 s.more_data[0] = -3.0 543 s.more_data[1] = -2.0 554 self.assertAlmostEqual(s.more_data[0], -3.0, places=6) 555 self.assertAlmostEqual(s.more_data[1], -2.0, places=6)
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdec.c | 2375 int more_data = 0; in hls_coding_quadtree() local 2377 more_data = hls_coding_quadtree(s, x0, y0, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() 2378 if (more_data < 0) in hls_coding_quadtree() 2379 return more_data; in hls_coding_quadtree() 2381 if (more_data && x1 < s->ps.sps->width) { in hls_coding_quadtree() 2382 more_data = hls_coding_quadtree(s, x1, y0, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() 2383 if (more_data < 0) in hls_coding_quadtree() 2384 return more_data; in hls_coding_quadtree() 2386 if (more_data && y1 < s->ps.sps->height) { in hls_coding_quadtree() 2387 more_data in hls_coding_quadtree() 2480 int more_data = 1; hls_decode_entry() local 2553 int more_data = 1; hls_decode_entry_wpp() local [all...] |
/third_party/toybox/generated/ |
H A D | globals.h | 934 struct more_data { struct 1710 struct more_data more;
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes_test.c | 103 float more_data[2]; member 128 result += in.more_data[i]; in _testfunc_array_in_struct2a()
|
Completed in 13 milliseconds