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

  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 73 FILE *file_ptr = NULL; local
79 file_ptr = fopen (file_name,"rb");
81 if (file_ptr == NULL)
100 decoder_context->inputBufferFile = file_ptr;
102 file_ptr = fopen ("/data/output.yuv","wb");
103 if (file_ptr == NULL)
108 decoder_context->outputBufferFile = file_ptr;
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 72 FILE *file_ptr = NULL; local
78 file_ptr = fopen (file_name,"rb");
80 if (file_ptr == NULL)
99 encoder_context->inputBufferFile = file_ptr;
108 file_ptr = fopen ("/data/output.m4v","wb");
109 if (file_ptr == NULL)
114 encoder_context->outputBufferFile = file_ptr;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 190 typedef BFD_HOST_64_BIT file_ptr; typedef
247 file_ptr file_offset; /* Look here to find the file. */
258 file_ptr pos;
468 extern int bfd_seek (bfd *, file_ptr, int);
469 extern file_ptr bfd_tell (bfd *);
615 const struct ecoff_debug_swap *swap, file_ptr where);
619 struct bfd_link_info *info, file_ptr where);
780 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h 190 typedef BFD_HOST_64_BIT file_ptr; typedef
247 file_ptr file_offset; /* Look here to find the file. */
258 file_ptr pos;
468 extern int bfd_seek (bfd *, file_ptr, int);
469 extern file_ptr bfd_tell (bfd *);
615 const struct ecoff_debug_swap *swap, file_ptr where);
619 struct bfd_link_info *info, file_ptr where);
780 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 190 typedef BFD_HOST_64_BIT file_ptr; typedef
247 file_ptr file_offset; /* Look here to find the file. */
258 file_ptr pos;
468 extern int bfd_seek (bfd *, file_ptr, int);
469 extern file_ptr bfd_tell (bfd *);
615 const struct ecoff_debug_swap *swap, file_ptr where);
619 struct bfd_link_info *info, file_ptr where);
780 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
    [all...]

Completed in 592 milliseconds