OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_aviOutFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.cc
69
_aviOutFile
(0)
100
delete
_aviOutFile
;
101
_aviOutFile
= new AviFile( );
148
if (
_aviOutFile
->CreateVideoStream(
214
if(
_aviOutFile
->CreateAudioStream(
230
_aviOutFile
->Create(filename);
239
if(
_aviOutFile
!= 0)
241
return
_aviOutFile
->WriteAudio(
256
if(
_aviOutFile
!= 0)
258
return
_aviOutFile
->WriteVideo
[
all
...]
media_file_utility.h
342
AviFile*
_aviOutFile
;
Completed in 916 milliseconds