Home
last modified time | relevance | path

Searched refs:tRgba (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
Dtextsampledescinfo.h47 tRgba = (uint8*) OSCL_MALLOC(DEFAULT_RGB_ARRAY_SIZE); in PVA_FF_TextSampleDescInfo()
73 tRgba = (uint8*)OSCL_MALLOC(DEFAULT_RGB_ARRAY_SIZE); in PVA_FF_TextSampleDescInfo()
74 oscl_memcpy(tRgba, info.tRgba, DEFAULT_RGB_ARRAY_SIZE); in PVA_FF_TextSampleDescInfo()
100 if (tRgba != NULL) in ~PVA_FF_TextSampleDescInfo()
102 OSCL_FREE(tRgba); in ~PVA_FF_TextSampleDescInfo()
126 uint8 *tRgba; variable
/external/opencore/fileformats/mp4/composer/src/
Dtextsampleentry.cpp123 uint8* tRGBA = pinfo->tRgba; in addTextDecoderSpecificInfo()
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.cpp2145 ipDecoderinfo->tRgba[0] = temp; in Get_Timed_Config_Info()
2154 ipDecoderinfo->tRgba[1] = temp; in Get_Timed_Config_Info()
2163 ipDecoderinfo->tRgba[2] = temp; in Get_Timed_Config_Info()
2172 ipDecoderinfo->tRgba[3] = temp; in Get_Timed_Config_Info()