Searched refs:tRgba (Results 1 – 3 of 3) sorted by relevance
47 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
123 uint8* tRGBA = pinfo->tRgba; in addTextDecoderSpecificInfo()
2145 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()