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

  /external/vboot_reference/scripts/image_signing/
swap_rootfs.sh 13 Usage: $PROG dst_image src_image
14 This will put the root file system from src_image into dst_image.
24 SRC_IMAGE=$2
27 extract_image_partition ${SRC_IMAGE} 3 ${temp_rootfs}
29 echo "RootFS from ${SRC_IMAGE} was copied into ${DST_IMAGE}"
align_rootfs.sh 24 DEFINE_string src_image "" \
27 # Copies the rootfs from |SRC_IMAGE| to the |DST_ROOT_FS| and preserves as
29 # Args: SRC_IMAGE DST_ROOT_FS
31 local src_image=$1
37 mount_image_partition_ro "${src_image}" 3 "${src_root_fs_dir}"
113 die "--src_image is required."
  /external/libvpx/libvpx/test/
pp_filter_test.cc 56 uint8_t *const src_image = local
62 uint8_t *const src_image_ptr = src_image + (input_stride << 1);
71 (void)memset(src_image, 10, input_size);
100 vpx_free(src_image);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
pp_filter_test.cc 56 uint8_t *const src_image = local
62 uint8_t *const src_image_ptr = src_image + (input_stride << 1);
71 (void)vpx_memset(src_image, 10, input_size);
99 vpx_free(src_image);
  /external/autotest/site_utils/
brillo_aue2e_test.py 66 '"%s:DST_IMAGE[:SRC_IMAGE]", in which case a '
67 'new payload will get generated from SRC_IMAGE '
171 @param payload_spec: A string of the form "DST_IMAGE[:SRC_IMAGE]", where
172 DST_IMAGE is a target image and SRC_IMAGE an optional
183 src_image = parts[1] if len(parts) == 2 else None
188 if src_image and not os.path.isfile(src_image):
190 src_image)
199 if src_image:
201 os.path.basename(src_image))
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 97 src_image_buffer_t src_image[MAX_SRC_BUF_NUM]; member in union:__anon5324::__anon5325
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 165 if (1 == src_buf->src_image[i].offset.num_planes) {
167 src_buf->src_image[i].offset.sp.y_offset;
169 src_buf->src_image[i].offset.sp.cbcr_offset;
171 src_buf->src_image[i].offset.sp.len;
174 src_buf->src_image[i].offset.mp[0].offset;
176 src_buf->src_image[i].offset.mp[1].offset;
178 src_buf->src_image[i].offset.frame_len;
188 buffer_offset.cbcrOffset = src_buf->src_image[i].offset.mp[0].offset +
189 src_buf->src_image[i].offset.mp[0].len +
190 src_buf->src_image[i].offset.mp[1].offset;
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 301 main_buf_info->src_image[0].fd = main_frame->fd;
302 main_buf_info->src_image[0].buf_vaddr = main_frame->buffer;
307 &main_buf_info->src_image[0].offset);
309 __func__, main_buf_info->src_image[0].offset.num_planes,
310 main_buf_info->src_image[0].offset.frame_len,
311 main_buf_info->src_image[0].offset.mp[0].offset,
312 main_buf_info->src_image[0].offset.mp[1].offset);
332 thumb_buf_info->src_image[0].fd = thumb_frame->fd;
333 thumb_buf_info->src_image[0].buf_vaddr = thumb_frame->buffer;
338 &thumb_buf_info->src_image[0].offset)
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 1240 copybit_image_t src_image; local
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 1246 copybit_image_t src_image; local
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 1224 copybit_image_t src_image; local
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 1212 copybit_image_t src_image; local
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 1249 copybit_image_t src_image; local
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 1247 copybit_image_t src_image; local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c 1299 VAImage src_image; local
    [all...]
mixvideoformatenc_preview.c 964 VAImage src_image; local
985 va_status = vaDeriveImage(va_display, surface, &src_image);
995 VAImage *image = &src_image;
1056 va_status = vaDestroyImage(va_display, src_image.image_id);
    [all...]
mixvideoformatenc_h264.c 1363 VAImage src_image; local
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 740 VkResult VkImageObj::CopyImage(VkImageObj &src_image) {
757 src_image_layout = src_image.layout();
758 src_image.SetLayout(&cmd_buf, VK_IMAGE_ASPECT_COLOR_BIT,
780 copy_region.extent = src_image.extent();
782 vkCmdCopyImage(cmd_buf.handle(), src_image.handle(), src_image.layout(),
785 src_image.SetLayout(&cmd_buf, VK_IMAGE_ASPECT_COLOR_BIT, src_image_layout);
    [all...]
vkrenderframework.h 310 VkResult CopyImage(VkImageObj &src_image);
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 181 icvPyrSegmentation8uC1R( uchar * src_image, int src_step,
218 if( !src_image || !dst_image || !storage || !dst_comp )
264 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC1, src_image, src_step );
267 /*_CV_CHECK( icvCvtTo_32f_C1R( src_image, src_step, pyramida, step, roi, CV_8UC1 ));*/
594 icvPyrSegmentation8uC3R( uchar * src_image, int src_step,
635 if( !src_image || !dst_image || !storage || !dst_comp )
681 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC3, src_image, src_step );
684 /*_CV_CHECK( icvCvtTo_32f_C1R( src_image, src_step, pyramida, step,
    [all...]
cvhough.cpp 740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method,
750 CvMat stub, *img = (CvMat*)src_image;
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 885 cvHoughLines2( CvArr* src_image, void* lineStorage, int method,
890 cv::Mat image = cv::cvarrToMat(src_image);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 583 main_buf_info->src_image[0].fd = main_frame->fd;
584 main_buf_info->src_image[0].buf_vaddr = (uint8_t*) main_frame->buffer;
599 main_buf_info->src_image[0].offset = main_stream->mFrameOffsetInfo;
623 thumb_buf_info->src_image[0].fd = thumb_frame->fd;
624 thumb_buf_info->src_image[0].buf_vaddr = (uint8_t*) thumb_frame->buffer;
625 thumb_buf_info->src_image[0].offset = thumb_stream->mFrameOffsetInfo;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /hardware/qcom/camera/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]

Completed in 635 milliseconds