Home | History | Annotate | Download | only in test

Lines Matching defs:file_ptr

73     FILE *file_ptr = NULL;
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;