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

  /hardware/qcom/media/msm8974/mm-video-legacy/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)
97 decoder_context->inputBufferFile = file_ptr;
99 file_ptr = fopen ("/data/output.yuv","wb");
100 if (file_ptr == NULL)
106 decoder_context->outputBufferFile = file_ptr;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/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)
96 encoder_context->inputBufferFile = file_ptr;
105 file_ptr = fopen ("/data/output.m4v","wb");
106 if (file_ptr == NULL)
112 encoder_context->outputBufferFile = file_ptr;
  /hardware/qcom/media/msm8974/mm-video-v4l2/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) {
97 decoder_context->inputBufferFile = file_ptr;
99 file_ptr = fopen ("/data/output.yuv","wb");
101 if (file_ptr == NULL) {
107 decoder_context->outputBufferFile = file_ptr;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in.h 188 typedef @bfd_file_ptr@ file_ptr; typedef
245 file_ptr file_offset; /* Look here to find the file. */
256 file_ptr pos;
465 extern int bfd_seek (bfd *, file_ptr, int);
466 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);
779 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
    [all...]
bfd-in2.h 195 typedef @bfd_file_ptr@ file_ptr; typedef
252 file_ptr file_offset; /* Look here to find the file. */
263 file_ptr pos;
472 extern int bfd_seek (bfd *, file_ptr, int);
473 extern file_ptr bfd_tell (bfd *);
622 const struct ecoff_debug_swap *swap, file_ptr where);
626 struct bfd_link_info *info, file_ptr where);
786 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 843 struct efdr *file_ptr; /* file pointer */
841 struct efdr *file_ptr; \/* file pointer *\/ member in struct:localsym
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 197 typedef BFD_HOST_64_BIT file_ptr; typedef
254 file_ptr file_offset; /* Look here to find the file. */
265 file_ptr pos;
477 extern int bfd_seek (bfd *, file_ptr, int);
478 extern file_ptr bfd_tell (bfd *);
629 const struct ecoff_debug_swap *swap, file_ptr where);
633 struct bfd_link_info *info, file_ptr where);
789 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 197 typedef BFD_HOST_64_BIT file_ptr; typedef
254 file_ptr file_offset; /* Look here to find the file. */
265 file_ptr pos;
477 extern int bfd_seek (bfd *, file_ptr, int);
478 extern file_ptr bfd_tell (bfd *);
629 const struct ecoff_debug_swap *swap, file_ptr where);
633 struct bfd_link_info *info, file_ptr where);
789 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
    [all...]

Completed in 386 milliseconds