Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/include/
Dtextsampledescinfo.h37 bkRgba = (uint8*) OSCL_MALLOC(DEFAULT_RGB_ARRAY_SIZE); in PVA_FF_TextSampleDescInfo()
62 bkRgba = (uint8*)OSCL_MALLOC(DEFAULT_RGB_ARRAY_SIZE); in PVA_FF_TextSampleDescInfo()
63 oscl_memcpy(bkRgba, info.bkRgba, DEFAULT_RGB_ARRAY_SIZE); in PVA_FF_TextSampleDescInfo()
95 if (bkRgba != NULL) in ~PVA_FF_TextSampleDescInfo()
97 OSCL_FREE(bkRgba); in ~PVA_FF_TextSampleDescInfo()
116 uint8 *bkRgba; variable
/external/opencore/fileformats/mp4/composer/src/
Dtextsampleentry.cpp87 _pBackgroundRGBA[0] = pinfo->bkRgba[0]; in addTextDecoderSpecificInfo()
88 _pBackgroundRGBA[1] = pinfo->bkRgba[1]; in addTextDecoderSpecificInfo()
89 _pBackgroundRGBA[2] = pinfo->bkRgba[2]; in addTextDecoderSpecificInfo()
90 _pBackgroundRGBA[3] = pinfo->bkRgba[3]; in addTextDecoderSpecificInfo()
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.cpp2028 ipDecoderinfo->bkRgba[0] = temp; in Get_Timed_Config_Info()
2037 ipDecoderinfo->bkRgba[1] = temp; in Get_Timed_Config_Info()
2046 ipDecoderinfo->bkRgba[2] = temp; in Get_Timed_Config_Info()
2055 ipDecoderinfo->bkRgba[3] = temp; in Get_Timed_Config_Info()