Searched refs:image_type (Results 1 - 10 of 10) sorted by relevance
/external/vboot_reference/scripts/image_signing/ |
H A D | sign_official_build.sh | 653 local image_type="$1" 661 echo "Preparing ${image_type} image..." 666 if [[ "${image_type}" != "factory_install" ]]; then 673 if [[ "${image_type}" == "recovery" ]]; then 676 echo "Signed ${image_type} image output to ${output}"
|
/external/autotest/client/cros/ |
H A D | crash_test.py | 408 image_type: type of image ("dev","force-official",...), if given 460 image_type = image_type_match.group(1) 462 image_type = None 479 'image_type': image_type,
|
/external/autotest/server/hosts/ |
H A D | cros_host.py | 346 def get_repair_image_name(self, image_type='cros'): 349 image_type is used to differentiate different images. Default is CrOS, 352 If the image_type is not `cros`, the repair image will be looked up 353 using key `board_name/image_type`, e.g., daisy_spring/firmware. 355 @param image_type: Type of the image. Default is `cros`. 366 if image_type != 'cros': 367 board = '%s/%s' % (board, image_type) 369 if image_type == 'cros': 373 elif image_type == 'firmware': 903 build = self.get_repair_image_name(image_type [all...] |
/external/webrtc/webrtc/modules/video_coding/ |
H A D | qm_select.cc | 569 ImageType image_type = local 584 float max_rate = kFrameRateFac[framerate_level] * kMaxRateQm[image_type]; 586 uint8_t image_class = image_type > kVGA ? 1 : 0;
|
/external/opencv3/modules/highgui/src/ |
H A D | window_gtk.cpp | 477 static GType image_type = 0; local 479 if (!image_type) 481 image_type = g_type_register_static_simple( 492 return image_type;
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
H A D | cl.h | 98 cl_mem_object_type image_type; member in struct:_cl_image_desc 691 cl_mem_object_type /* image_type */,
|
H A D | cl.hpp | 3514 desc.image_type = CL_MEM_OBJECT_IMAGE1D; 3588 desc.image_type = CL_MEM_OBJECT_IMAGE1D_BUFFER; 3647 desc.image_type = CL_MEM_OBJECT_IMAGE1D_ARRAY; 3733 desc.image_type = CL_MEM_OBJECT_IMAGE2D; 3909 desc.image_type = CL_MEM_OBJECT_IMAGE2D_ARRAY; 3998 desc.image_type = CL_MEM_OBJECT_IMAGE3D;
|
/external/opencv3/modules/core/src/ |
H A D | ocl.cpp | 275 cl_mem_object_type image_type; member in struct:_cl_image_desc 941 cl_mem_object_type image_type, 945 (context, flags, image_type, num_entries, image_formats, num_image_formats)) 5615 desc.image_type = CL_MEM_OBJECT_IMAGE2D;
|
H A D | persistence.cpp | 4801 CvType image_type( CV_TYPE_NAME_IMAGE, icvIsImage, (CvReleaseFunc)cvReleaseImage,
|
/external/opencv/cxcore/src/ |
H A D | cxpersistence.cpp | 4859 CvType image_type( CV_TYPE_NAME_IMAGE, icvIsImage, (CvReleaseFunc)cvReleaseImage,
|
Completed in 2576 milliseconds