Searched refs:more_data (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_aresample.c | 43 int more_data; member 225 …aresample->more_data = outsamplesref->nb_samples == n_out; // Indicate that there is probably more… in filter_frame() 272 if (aresample->more_data) { in request_frame() 279 aresample->more_data = 0; in request_frame()
|
/third_party/boost/libs/vmd/test/ |
D | test_doc_modifiers_return_type.cxx | 61 #define BOOST_VMD_REGISTER_more_data (more_data) in main() 69 #define SEQUENCE_SINGLE_LIST (data,(more_data,BOOST_PP_NIL)) in main() 85 BOOST_TEST(BOOST_VMD_EQUAL(BOOST_VMD_ENUM(SEQUENCE_SINGLE_LIST),(data,(more_data,BOOST_PP_NIL)))); in main() 86 …SEQUENCE_SINGLE_LIST,BOOST_VMD_RETURN_TYPE),(BOOST_VMD_TYPE_LIST,(data,(more_data,BOOST_PP_NIL))))… in main()
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | oneofs.proto | 47 MoreData more_data = 5; field 63 MoreData more_data = 5; field
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdec.c | 2315 int more_data = 0; in hls_coding_quadtree() local 2317 more_data = hls_coding_quadtree(s, x0, y0, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() 2318 if (more_data < 0) in hls_coding_quadtree() 2319 return more_data; in hls_coding_quadtree() 2321 if (more_data && x1 < s->ps.sps->width) { in hls_coding_quadtree() 2322 more_data = hls_coding_quadtree(s, x1, y0, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() 2323 if (more_data < 0) in hls_coding_quadtree() 2324 return more_data; in hls_coding_quadtree() 2326 if (more_data && y1 < s->ps.sps->height) { in hls_coding_quadtree() 2327 more_data = hls_coding_quadtree(s, x0, y1, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() [all …]
|
D | cbs_h265_syntax_template.c | 1602 int *more_data) in FUNC() 1698 if (current->use_alt_cpb_params_flag || *more_data) { in FUNC() 1703 *more_data = 1; in FUNC() 2143 int more_data = !!current->extension_data.bit_length; local 2180 &more_data)); \ 2220 if (byte_alignment(rw) || more_data) {
|
/third_party/python/Lib/ctypes/test/ |
D | test_structures.py | 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/toybox/generated/ |
D | globals.h | 767 struct more_data { struct 1514 struct more_data more;
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes_test.c | 101 float more_data[2]; member 126 result += in.more_data[i]; in _testfunc_array_in_struct2a()
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_modifiers_return_type.qbk | 156 #define SEQUENCE_SINGLE_LIST (data,(more_data,BOOST_PP_NIL)) 175 …BOOST_VMD_ENUM(SEQUENCE_SINGLE_LIST) will return the single-element '(data,(more_data,BOOST_PP_NIL… 177 will return the single element '(BOOST_VMD_TYPE_LIST,(data,(more_data,BOOST_PP_NIL)))'
|