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

1 2 3

  /external/libvpx/libvpx/test/
stress.sh 18 YUV="${LIBVPX_TEST_DATA_PATH}/niklas_1280_720_30.yuv"
53 for file in "${YUV}" "${VP8}" "${VP9}"; do
58 if [ ! -e "${YUV}" ] || [ ! -e "${VP8}" ] || [ ! -e "${VP9}" ] ; then
94 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal --passes=1" \
104 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal --passes=2" \
114 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal " \
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 176 {YUV, MAXIMUM},
180 {YUV, PREVIEW, JPEG, MAXIMUM},
184 {PRIV, PREVIEW, YUV, PREVIEW},
186 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM}
193 {PRIV, PREVIEW, YUV , RECORD },
195 {YUV , PREVIEW, YUV , RECORD },
199 {PRIV, PREVIEW, YUV, RECORD, JPEG, RECORD },
201 {YUV , PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 22 # YUV is defined to be the same thing as YCrCb (luma and two chroma components).
23 # 422 is appended to YUV (or YCrCb) if the chroma is sub-sampled by 2
25 # 422HC is appended to YUV (or YCrCb) if the chroma is sub-sampled by 2
36 YUV = 5
48 if s in (MONO, YUV):
56 if f in (RGB, YUV):
84 elif f == YUV:
85 return 'YUV'
jpeg.py 30 iformat = cl.YUV
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans2dTo1d.java 29 * Average pixels from a {@link ImageFormat#YUV_420_888 flexible-YUV} or
54 if (!inputInfo.isElementEqualTo(ElementInfo.YUV) &&
64 if (mInputInfo.isElementEqualTo(ElementInfo.YUV)) {
ScriptYuvToRgb.java 28 * Convert {@link ImageFormat#YUV_420_888 flexible-YUV} {@link Allocation allocations} into
43 ScriptIntrinsicYuvToRGB.create(getRS(), Element.YUV(getRS())));
46 // XX: Supports any YUV 4:2:0 such as NV21/YV12 or just YUV_420_888 ?
47 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) {
AllocationInfo.java 95 element = Element.YUV(rs);
236 if (element.equals(Element.YUV(mRS))) {
288 YUV,
305 if (element.equals(Element.YUV(RenderScriptSingleton.getRS()))) {
306 return YUV;
333 case YUV:
334 comparison = Element.YUV(mRS);
ScriptYuvCrop.java 30 * Crop {@link ImageFormat#YUV_420_888 flexible-YUV} {@link Allocation allocations} into
71 * Input YUV W x H
84 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) {
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 115 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
121 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
154 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
160 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 140 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
147 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
191 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS));
198 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
250 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
297 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 26 """Converts a YUV video file into PNG frames.
28 The function uses ffmpeg to convert the YUV file. The output of ffmpeg is in
32 yuv_file_name(string): The name of the YUV file.
33 yuv_frame_width(int): The width of one YUV frame.
34 yuv_frame_height(int): The height of one YUV frame.
51 print 'Converting YUV file to PNG images (may take a while)...'
54 command, fail_msg='Error during YUV to PNG conversion')
242 help='Width of the YUV file\'s frames. Default: %default')
244 help='Height of the YUV file\'s frames. Default: %default')
245 parser.add_option('--yuv_file', type='string', default='output.yuv',
    [all...]
yuv_cropper.py 18 This function crops one frame going through all the YUV planes and cropping
22 yuv_file(file): The opened (for binary reading) YUV file.
25 planes (Y, U, V) of the YUV file plus the crop_height scaled for every
48 """Crops rows of pixels from the top of the YUV frames.
54 yuv_file_name(string): The name of the YUV file to be cropped.
57 width(int): The width of the original YUV file.
58 height(int): The height of the original YUV file.
85 help=('Width of the YUV file\'s frames. '
88 help=('Height of the YUV file\'s frames. '
91 help=('How much of the top of the YUV file to crop.
    [all...]
  /external/ImageMagick/tests/
cli-colorspace.tap 117 test_color YUV sRGB && echo "ok" || echo "not ok"
  /external/mesa3d/docs/specs/
WL_bind_wayland_display.spec 105 YUV formats. Depending on the exact YUV format in use, the
137 YUV buffer types:
194 and just define the new YUV texture formats. Add support for
  /external/webrtc/webrtc/tools/
compare_videos.py 33 help='Reference video to compare with (YUV).')
36 'video (YUV).'))
55 help='Width of the YUV file\'s frames. Default: %default')
57 help='Height of the YUV file\'s frames. Default: %default')
  /frameworks/rs/script_api/
rs_convert.spec 162 summary: Convert a YUV value to RGBA
164 Converts a color from a YUV representation to RGBA.
rs_object_types.spec 193 summary: YUV format
195 Android YUV formats that can be associated with a RenderScript Type.
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
ViewfinderProcessor.java 44 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
KernelVariables.cpp 68 Type::Builder yuvTypeBuilder(rs, Element::YUV(rs));
  /frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
MainActivity.java 98 Type.Builder yuvTypeBuilder = new Type.Builder(mRS, Element.YUV(mRS));
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
jnikernelvariables.cpp 77 Type::Builder yuvTypeBuilder(rs, Element::YUV(rs));
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 51 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 51 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java 58 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs));
  /external/python/cpython2/Lib/plat-irix6/
jpeg.py 30 iformat = cl.YUV

Completed in 6143 milliseconds

1 2 3