OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jp2_box_create
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_enc.c
132
if (!(box =
jp2_box_create
(JP2_BOX_JP))) {
144
if (!(box =
jp2_box_create
(JP2_BOX_FTYP))) {
171
if (!(box =
jp2_box_create
(JP2_BOX_IHDR))) {
192
if (!(box =
jp2_box_create
(JP2_BOX_BPCC))) {
214
if (!(box =
jp2_box_create
(JP2_BOX_COLR))) {
286
if (!(box =
jp2_box_create
(JP2_BOX_CDEF))) {
315
if (!(box =
jp2_box_create
(JP2_BOX_JP2H))) {
356
if (!(box =
jp2_box_create
(JP2_BOX_JP2C))) {
jp2_cod.h
299
jp2_box_t *
jp2_box_create
(int type);
jp2_cod.c
193
jp2_box_t *
jp2_box_create
(int type)
function
Completed in 414 milliseconds