HomeSort by relevance Sort by last modified time
    Searched refs:dst_image (Results 1 - 13 of 13) 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.
23 DST_IMAGE=$1
28 replace_image_partition ${DST_IMAGE} 3 ${temp_rootfs}
29 echo "RootFS from ${SRC_IMAGE} was copied into ${DST_IMAGE}"
  /external/libvpx/libvpx/test/
pp_filter_test.cc 58 uint8_t *const dst_image = local
63 uint8_t *const dst_image_ptr = dst_image + 8;
81 (void)memset(dst_image, 99, output_size);
101 vpx_free(dst_image);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
pp_filter_test.cc 58 uint8_t *const dst_image = local
63 uint8_t *const dst_image_ptr = dst_image + 8;
81 (void)vpx_memset(dst_image, 99, output_size);
100 vpx_free(dst_image);
  /external/autotest/site_utils/
brillo_aue2e_test.py 66 '"%s:DST_IMAGE[:SRC_IMAGE]", in which case a '
68 '(if given) and DST_IMAGE and staged on the '
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
182 dst_image = parts[0]
185 if not os.path.isfile(dst_image):
187 dst_image)
196 os.path.basename(dst_image))
197 moblab.send_file(dst_image, remote_dst_image)
234 "PAYLOAD:DST_IMAGE[:SRC_IMAGE]" describing how t
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 182 uchar * dst_image, int dst_step,
218 if( !src_image || !dst_image || !storage || !dst_comp )
565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i;
574 dst_image += dst_step;
595 uchar * dst_image, int dst_step,
635 if( !src_image || !dst_image || !storage || !dst_comp )
997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i;
998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i;
999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c.i;
1008 dst_image += dst_step
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 1158 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 1164 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 1142 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 1139 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 1167 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 1165 copybit_image_t dst_image; local
    [all...]
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 96 CvMat* dst_image; member in struct:CvWindow
322 cvReleaseMat( &window->dst_image );
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]

Completed in 222 milliseconds