HomeSort by relevance Sort by last modified time
    Searched defs:LUT (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 27 struct LUT {
34 const LUT *Table;
182 static const char* getLUTvalue_translateHAL(int Value, LUTtypeHAL LUT);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsvirt.c 398 cmsPipeline* LUT;
429 LUT = cmsPipelineAlloc(ContextID, 4, 4);
430 if (LUT == NULL) goto Error;
440 if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, nChannels)) ||
441 !cmsPipelineInsertStage(LUT, cmsAT_END, CLUT) ||
442 !cmsPipelineInsertStage(LUT, cmsAT_END, _cmsStageAllocIdentityCurves(ContextID, nChannels)))
448 if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) LUT)) goto Error;
452 cmsPipelineFree(LUT);
458 if (LUT != NULL)
459 cmsPipelineFree(LUT);
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h     [all...]

Completed in 204 milliseconds