Home
last modified time | relevance | path

Searched refs:dump_original (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp418 this->dump_original[i_plane][0] = new CLImage2D (context, cl_desc); in init_layer0()
419 this->dump_original[i_plane][1] = new CLImage2D (context, cl_desc); in init_layer0()
467 this->dump_original[plane][0] = new CLImage2D (context, cl_desc_set); in build_cl_images()
468 this->dump_original[plane][1] = new CLImage2D (context, cl_desc_set); in build_cl_images()
949 …SmartPtr<CLImage> dump_original = _blender->get_pyramid_layer (_layer).dump_original[plane][_buf_i… in prepare_arguments() local
951 args.push_back (new CLMemArgument (dump_original)); in prepare_arguments()
1448 image = this->get_pyramid_layer (0).dump_original[0][0]; in dump_buffers()
1450 image = this->get_pyramid_layer (0).dump_original[0][1]; in dump_buffers()
Dcl_pyramid_blender.h62 SmartPtr<CLImage> dump_original[CLBlenderPlaneMax][BlendImageCount]; member