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

  /external/libxcam/modules/ocl/
cl_image_warp_handler.cpp 65 uint32_t info_index = 0; local
67 info_index = 0;
69 info_index = 1;
73 cl_desc_in.format.image_channel_order = info_index == 0 ? CL_R : CL_RG;
75 cl_desc_in.width = video_info_in.width >> info_index;
76 cl_desc_in.height = video_info_in.height >> info_index;
77 cl_desc_in.row_pitch = video_info_in.strides[info_index];
80 cl_desc_out.format.image_channel_data_type = info_index == 0 ? CL_UNSIGNED_INT16 : CL_UNSIGNED_INT32;
82 cl_desc_out.width = XCAM_ALIGN_DOWN (video_info_out.width >> info_index, 8) / 8;
83 cl_desc_out.height = video_info_out.height >> info_index;
    [all...]
cl_3d_denoise_handler.cpp 83 uint32_t info_index = 0; local
85 info_index = 0;
87 info_index = 1;
99 cl_desc_in.height = video_info_in.height >> info_index;
100 cl_desc_in.row_pitch = video_info_in.strides[info_index];
110 cl_desc_out.height = video_info_out.height >> info_index;
111 cl_desc_out.row_pitch = video_info_out.strides[info_index];
115 float threshold = 2.0f * _handler->get_denoise_config ().threshold[info_index];
117 SmartPtr<CLImage> image_in = convert_to_climage (context, input, cl_desc_in, video_info_in.offsets[info_index]);
118 SmartPtr<CLImage> image_out = convert_to_climage (context, output, cl_desc_out, video_info_out.offsets[info_index]);
    [all...]
  /external/v8/src/objects/
scope-info.cc 532 int info_index = ParameterNamesIndex() + var; local
533 return String::cast(get(info_index));
541 int info_index = StackLocalNamesIndex() + var; local
542 return String::cast(get(info_index));
548 int info_index = StackLocalNamesIndex() + var; local
549 return String::cast(get(info_index));
562 int info_index = ContextLocalNamesIndex() + var; local
563 return String::cast(get(info_index));
569 int info_index = ContextLocalInfosIndex() + var; local
570 int value = Smi::cast(get(info_index))->value()
577 int info_index = ContextLocalInfosIndex() + var; local
585 int info_index = ContextLocalInfosIndex() + var; local
    [all...]
  /external/v8/src/
global-handles.cc     [all...]
  /external/google-breakpad/src/processor/
minidump.cc 3945 unsigned int info_index; local
    [all...]

Completed in 410 milliseconds