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

  /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...]
  /hardware/qcom/msm8x26/kernel-headers/video/
msm_hdmi_modes.h 196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
  /hardware/qcom/msm8x74/kernel-headers/video/
msm_hdmi_modes.h 196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
  /hardware/qcom/msm8x84/kernel-headers/video/
msm_hdmi_modes.h 196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
  /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);
  /hardware/qcom/msm8x74/original-kernel-headers/video/
msm_hdmi_modes.h 209 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { \
211 LUT[MODE] = mode;\
  /hardware/qcom/msm8x84/original-kernel-headers/video/
msm_hdmi_modes.h 209 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { \
211 LUT[MODE] = mode;\
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp 43 // 1. Find camera's scene mode LUT
513 int OMXCameraAdapter::getLUTvalue_HALtoOMX(const char * HalValue, LUTtype LUT)
515 int LUTsize = LUT.size;
518 if( 0 == strcmp(LUT.Table[i].userDefinition, HalValue) )
519 return LUT.Table[i].omxDefinition;
524 const char* OMXCameraAdapter::getLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT)
526 int LUTsize = LUT.size;
528 if( LUT.Table[i].omxDefinition == OMXValue )
529 return LUT.Table[i].userDefinition;
534 int OMXCameraAdapter::getMultipleLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT, char * supported
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 48 // 1. Find camera's scene mode LUT
378 int OMXCameraAdapter::getLUTvalue_HALtoOMX(const char * HalValue, LUTtype LUT)
380 int LUTsize = LUT.size;
383 if( 0 == strcmp(LUT.Table[i].userDefinition, HalValue) )
384 return LUT.Table[i].omxDefinition;
389 const char* OMXCameraAdapter::getLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT)
391 int LUTsize = LUT.size;
393 if( LUT.Table[i].omxDefinition == OMXValue )
394 return LUT.Table[i].userDefinition;
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 56 void ScriptIntrinsic3DLUT::setLUT(sp<Allocation> lut) {
57 sp<const Type> t = lut->getType();
67 Script::setVar(0, lut);
510 rs->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for LUT");
518 LUT = Allocation::createSized(rs, Element::U8(rs), 1024);
525 setVar(0, LUT);
530 LUT->copy1DFrom((void*)mCache);
535 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for LUT");
544 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "LUT out of range");
rsCppStructs.h     [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 417 static const char* getLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT);
418 static int getMultipleLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT, char * supported);
419 static int getLUTvalue_HALtoOMX(const char * HalValue, LUTtype LUT);
551 // returns pointer to SceneModesEntry from the LUT for camera given 'name' and 'scene'
    [all...]
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp 24 const LUT cameraCommandsUserToHAL[] = {
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 373 static const char* getLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT);
374 static int getLUTvalue_HALtoOMX(const char * HalValue, LUTtype LUT);
490 // returns pointer to SceneModesEntry from the LUT for camera given 'name' and 'scene'
    [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...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 771 milliseconds