Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:transferFunction

114     int32_t transferFunction = 0;
118 meta->findInt32(kKeyTransferFunction, &transferFunction);
124 colorAspects.mTransfer = (ColorAspects::Transfer)transferFunction;