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

  /external/libvpx/libvpx/test/
vp8_multi_resolution_encoder.sh 22 elog "Libvpx test data must exist in LIBVPX_TEST_DATA_PATH."
27 elog "${app} not found. It must exist in LIBVPX_BIN_PATH or its parent."
38 elog "${encoder} does not exist or is not executable."
66 elog "Missing output file: ${output_file}"
vpxenc.sh 23 elog "The file ${YUV_RAW_INPUT##*/} must exist in LIBVPX_TEST_DATA_PATH."
28 elog "The file ${Y4M_NOSQ_PAR_INPUT##*/} must exist in"
29 elog "LIBVPX_TEST_DATA_PATH."
34 elog "vpxenc not found. It must exist in LIBVPX_BIN_PATH or its parent."
128 elog "Output file does not exist."
144 elog "Output file does not exist."
158 elog "Output file does not exist."
175 elog "Output file does not exist."
196 elog "Output file does not exist."
212 elog "Output file does not exist.
    [all...]
vpxdec.sh 22 elog "Libvpx test data must exist in LIBVPX_TEST_DATA_PATH."
26 elog "vpxdec not found. It must exist in LIBVPX_BIN_PATH or its parent."
104 elog "Output frames ($num_frames) != expected ($expected)"
postproc.sh 36 elog "${decoder} does not exist or is not executable."
set_maps.sh 26 elog "set_maps not found. It must exist in LIBVPX_BIN_PATH or its parent."
simple_decoder.sh 36 elog "${decoder} does not exist or is not executable."
simple_encoder.sh 33 elog "${encoder} does not exist or is not executable."
twopass_encoder.sh 33 elog "${encoder} does not exist or is not executable."
vp8cx_set_ref.sh 38 elog "${encoder} does not exist or is not executable."
decode_to_md5.sh 38 elog "${decoder} does not exist or is not executable."
decode_with_drops.sh 38 elog "${decoder} does not exist or is not executable."
resize_util.sh 37 elog "${resizer} does not exist or is not executable."
vp9_spatial_svc_encoder.sh 39 elog "${encoder} does not exist or is not executable."
vpx_temporal_svc_encoder.sh 25 elog "Warning: Temporal denoising is disabled! Spatial denoising will be " \
47 elog "${encoder} does not exist or is not executable."
tools_common.sh 21 elog() { function
114 elog "'${dir}': No such directory"
115 elog "The $1 environment variable must be set to a valid directory."
  /external/libvpx/libvpx/build/make/
iosbuild.sh 192 elog "build exited with error ($res)"
216 elog() { function
  /external/autotest/client/cros/
power_suspend.py 225 elog = utils.system_output('mosys eventlog list | tail -n %d' %
227 wake_elog = (['unknown'] + re.findall(r'Wake Source.*', elog))[-1]
  /packages/apps/Contacts/src/com/android/contacts/editor/
CompactRawContactsEditorView.java 484 elog("Failed to get bitmap from photo Uri");
643 elog("No raw contact deltas");
649 elog("No kind section data parsed from RawContactDelta(s)");
1105 private static void elog(String message) { method in class:CompactRawContactsEditorView
    [all...]

Completed in 1320 milliseconds