Searched refs:e_root (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | eval.c | 163 e_last, e_st, e_while, e_taylor, e_root, e_floor, e_ceil, e_trunc, e_round, enumerator 263 case e_root: { in eval_expr() 455 else if (strmatch(next, "root" )) d->type = e_root; in parse_primary()
|
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 2626 xmlNode* e_root = xmlNewNode(NULL, (const xmlChar*) "device_capture"); in sanei_usb_record_open() 2627 xmlDocSetRootElement(testing_xml_doc, e_root); in sanei_usb_record_open() 2628 xmlNewProp(e_root, (const xmlChar*)"backend", (const xmlChar*) testing_record_backend); in sanei_usb_record_open() 2630 sanei_xml_indent_child(e_root, 1); in sanei_usb_record_open() 2631 xmlNode* e_description = xmlNewChild(e_root, NULL, (const xmlChar*) "description", NULL); in sanei_usb_record_open() 2685 sanei_xml_indent_child(e_root, 1); in sanei_usb_record_open() 2686 xmlNode* e_transactions = xmlNewChild(e_root, NULL, (const xmlChar*)"transactions", NULL); in sanei_usb_record_open()
|
Completed in 8 milliseconds