HomeSort by relevance Sort by last modified time
    Searched refs:file_ptr (Results 1 - 4 of 4) 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;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 185 typedef BFD_HOST_64_BIT file_ptr; typedef
303 file_ptr file_offset; /* Look here to find the file. */
314 file_ptr pos;
510 extern int bfd_seek (bfd *, file_ptr, int);
511 extern file_ptr bfd_tell (bfd *);
656 const struct ecoff_debug_swap *swap, file_ptr where);
660 struct bfd_link_info *info, file_ptr where);
815 (bfd *, file_ptr, bfd_size_type, bfd_window *, bfd_boolean);
    [all...]
  /external/chromium/base/
file_util_win.cc 26 wchar_t* file_ptr = NULL; local
27 if (GetFullPathName(path.c_str(), MAX_PATH, path_buffer, &file_ptr) == 0)
31 file_ptr ? file_ptr - path_buffer : path.length();

Completed in 138 milliseconds