Home
last modified time | relevance | path

Searched refs:more_data (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/vmd/test/
Dtest_doc_modifiers_return_type.cxx61 #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/ffmpeg/libavfilter/
Daf_aresample.c43 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/protobuf/src/google/protobuf/util/internal/testdata/
Doneofs.proto47 MoreData more_data = 5; field
63 MoreData more_data = 5; field
/third_party/ffmpeg/libavcodec/
Dhevcdec.c2352 int more_data = 0; in hls_coding_quadtree() local
2354 more_data = hls_coding_quadtree(s, x0, y0, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree()
2355 if (more_data < 0) in hls_coding_quadtree()
2356 return more_data; in hls_coding_quadtree()
2358 if (more_data && x1 < s->ps.sps->width) { in hls_coding_quadtree()
2359 more_data = hls_coding_quadtree(s, x1, y0, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree()
2360 if (more_data < 0) in hls_coding_quadtree()
2361 return more_data; in hls_coding_quadtree()
2363 if (more_data && y1 < s->ps.sps->height) { in hls_coding_quadtree()
2364 more_data = hls_coding_quadtree(s, x0, y1, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree()
[all …]
/third_party/python/Lib/ctypes/test/
Dtest_structures.py542 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/
Dglobals.h767 struct more_data { struct
1514 struct more_data more;
/third_party/python/Modules/_ctypes/
D_ctypes_test.c101 float more_data[2]; member
126 result += in.more_data[i]; in _testfunc_array_in_struct2a()
/third_party/boost/libs/vmd/doc/
Dvmd_modifiers_return_type.qbk156 #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)))'