HomeSort by relevance Sort by last modified time
    Searched defs:recon_file (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 924 FILE *recon_file; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 870 FILE *recon_file; local
875 recon_file = fopen(filename, "wb");
877 recon_file = fopen(filename, "ab");
879 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file);
880 fclose(recon_file);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 869 FILE *recon_file; local
874 recon_file = fopen(filename, "wb");
876 recon_file = fopen(filename, "ab");
878 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file);
879 fclose(recon_file);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 887 FILE *recon_file; local
891 recon_file = fopen(filename, "wb");
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 887 FILE *recon_file; local
891 recon_file = fopen(filename, "wb");
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 887 FILE *recon_file; local
    [all...]

Completed in 197 milliseconds