Home | History | Annotate | Download | only in src

Lines Matching full:avifile

111     PAVIFILE            avifile;
126 avifile = 0;
147 if( avifile )
148 AVIFileRelease( avifile );
165 HRESULT hr = AVIFileOpen( &avifile, filename, OF_READ, NULL );
168 hr = AVIFileGetStream( avifile, &avistream, streamtypeVIDEO, 0 );
679 PAVIFILE avifile;
691 avifile = 0;
705 if( avifile )
706 AVIFileRelease( avifile );
725 if( AVIFileOpen( &avifile, filename, OF_CREATE | OF_WRITE, 0 ) == AVIERR_OK )
744 if( !avifile )
768 if( AVIFileCreateStream( avifile, &uncompressed, &aviinfo ) == AVIERR_OK )