OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_RGB_ARRAY_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/opencore/fileformats/mp4/composer/include/
textsampledescinfo.h
22
#define
DEFAULT_RGB_ARRAY_SIZE
10
37
bkRgba = (uint8*) OSCL_MALLOC(
DEFAULT_RGB_ARRAY_SIZE
);
47
tRgba = (uint8*) OSCL_MALLOC(
DEFAULT_RGB_ARRAY_SIZE
);
62
bkRgba = (uint8*)OSCL_MALLOC(
DEFAULT_RGB_ARRAY_SIZE
);
63
oscl_memcpy(bkRgba, info.bkRgba,
DEFAULT_RGB_ARRAY_SIZE
);
73
tRgba = (uint8*)OSCL_MALLOC(
DEFAULT_RGB_ARRAY_SIZE
);
74
oscl_memcpy(tRgba, info.tRgba,
DEFAULT_RGB_ARRAY_SIZE
);
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp
[
all
...]
Completed in 412 milliseconds