Searched refs:image_type (Results 1 - 10 of 10) sorted by relevance

/external/vboot_reference/scripts/image_signing/
H A Dsign_official_build.sh653 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 Dcrash_test.py408 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 Dcros_host.py346 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 Dqm_select.cc569 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 Dwindow_gtk.cpp477 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 Dcl.h98 cl_mem_object_type image_type; member in struct:_cl_image_desc
691 cl_mem_object_type /* image_type */,
H A Dcl.hpp3514 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 Docl.cpp275 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 Dpersistence.cpp4801 CvType image_type( CV_TYPE_NAME_IMAGE, icvIsImage, (CvReleaseFunc)cvReleaseImage,
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4859 CvType image_type( CV_TYPE_NAME_IMAGE, icvIsImage, (CvReleaseFunc)cvReleaseImage,

Completed in 2576 milliseconds