HomeSort by relevance Sort by last modified time
    Searched refs:jp2_box_get (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libjasper/
jp2_dec.c 128 if (!(box = jp2_box_get(in))) {
144 if (!(box = jp2_box_get(in))) {
156 while ((box = jp2_box_get(in))) {
jp2_cod.h 301 jp2_box_t *jp2_box_get(jas_stream_t *in);
jp2_cod.c 107 jp2_box_t *jp2_box_get(jas_stream_t *in);
246 jp2_box_t *jp2_box_get(jas_stream_t *in) function

Completed in 96 milliseconds