HomeSort by relevance Sort by last modified time
    Searched full:dump_original (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/ocl/
cl_pyramid_blender.cpp 418 this->dump_original[i_plane][0] = new CLImage2D (context, cl_desc);
419 this->dump_original[i_plane][1] = new CLImage2D (context, cl_desc);
467 this->dump_original[plane][0] = new CLImage2D (context, cl_desc_set);
468 this->dump_original[plane][1] = new CLImage2D (context, cl_desc_set);
    [all...]
cl_pyramid_blender.h 62 SmartPtr<CLImage> dump_original[CLBlenderPlaneMax][BlendImageCount]; member in struct:XCam::PyramidLayer

Completed in 92 milliseconds