Searched refs:ne_parse (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c996 ne_parse(nestegg * ctx, struct ebml_element_desc * top_level, int64_t max_offset) function
1575 r = ne_parse(ctx, ne_cues_elements, max_offset);
1682 /* we don't check the return value of ne_parse, that might fail because
1685 ne_parse(ctx, NULL, max_offset);
1735 r = ne_parse(ctx, NULL, max_offset);
1944 r = ne_parse(ctx, NULL, -1);
2218 r = ne_parse(ctx, NULL, -1);

Completed in 8 milliseconds