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

  /system/core/crash_reporter/
crash_sender 392 local image_type
394 image_type="test"
396 image_type="dev"
398 image_type="force-official"
400 image_type="mock-fail"
423 [ -n "${image_type}" ] && lecho " Image type: ${image_type}"
478 ${image_type:+-F "image_type=${image_type}"} \
    [all...]
  /hardware/qcom/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 347 * @image_type : jpeg image type
353 OMX_IMAGE_TYPE image_type; member in struct:__anon32354
  /external/vboot_reference/scripts/image_signing/
sign_official_build.sh 643 # Args: IMAGE_TYPE INPUT OUTPUT DM_PARTNO KERN_A_KEYBLOCK KERN_A_PRIVKEY \
649 # special images (specified by IMAGE_TYPE, like 'recovery' or 'factory_install')
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}"