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

  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
yuv_cropper.py 15 def _crop_one_frame(yuv_file, output_file, component_sizes):
22 yuv_file(file): The opened (for binary reading) YUV file.
35 yuv_plane = yuv_file.read(comp_width)
67 yuv_file = open(yuv_file_name, 'rb')
72 data_left = _crop_one_frame(yuv_file, output_file, component_sizes)
74 yuv_file.close()
93 parser.add_option('--yuv_file', type='string',
99 if not options.yuv_file:
100 parser.error('yuv_file argument missing. Please specify input YUV file!')
109 --yuv_file=<path_and_name_of_yuv_file
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 40 FILE *yuv_file = fopen(name, "ab"); local
45 fwrite(src, w, 1, yuv_file);
54 fwrite(src, w, 1, yuv_file);
62 fwrite(src, w, 1, yuv_file);
66 fclose(yuv_file);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 40 FILE *yuv_file = fopen(name, "ab"); local
45 fwrite(src, w, 1, yuv_file);
54 fwrite(src, w, 1, yuv_file);
62 fwrite(src, w, 1, yuv_file);
66 fclose(yuv_file);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 99 FILE *yuv_file; variable
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 99 FILE *yuv_file; variable
2613 FILE *yuv_file = fopen(name, "ab"); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 99 FILE *yuv_file; variable
2614 FILE *yuv_file = fopen(name, "ab"); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 72 FILE *yuv_file; variable
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 82 FILE *yuv_file; variable
    [all...]

Completed in 596 milliseconds