OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_outputFile
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledRgbaFile.cpp
169
TiledOutputFile &
_outputFile
;
184
_outputFile
(outputFile)
192
_yw = ywFromHeader (
_outputFile
.header());
218
"\"" <<
_outputFile
.fileName() << "\".");
226
Box2i dw =
_outputFile
.dataWindowForTile (dx, dy, lx, ly);
253
_outputFile
.setFrameBuffer (fb);
254
_outputFile
.writeTile (dx, dy, lx, ly);
268
_outputFile
(0),
274
_outputFile
= new TiledOutputFile (name, hd, numThreads);
277
_toYa = new ToYa (*
_outputFile
, rgbaChannels)
[
all
...]
ImfRgbaFile.cpp
215
OutputFile &
_outputFile
;
240
_outputFile
(outputFile)
246
const Box2i dw =
_outputFile
.header().dataWindow();
253
_lineOrder =
_outputFile
.header().lineOrder();
260
_yw = ywFromHeader (
_outputFile
.header());
346
_outputFile
.setFrameBuffer (fb);
362
"\"" <<
_outputFile
.fileName() << "\".");
391
_outputFile
.writePixels (1);
553
_outputFile
.writePixels (1);
561
_outputFile
(0)
[
all
...]
ImfRgbaFile.h
221
OutputFile *
_outputFile
;
ImfTiledRgbaFile.h
288
TiledOutputFile *
_outputFile
;
/external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc
41
_outputFile
(*FileWrapper::Create()),
49
if (
_outputFile
.Open()) {
50
_outputFile
.Flush();
51
_outputFile
.CloseFile();
53
delete &
_outputFile
;
205
if (!_outputFilename.empty() &&
_outputFile
.OpenFile(
238
if (
_outputFile
.Open()) {
239
_outputFile
.Flush();
240
_outputFile
.CloseFile();
493
if (
_outputFile
.Open())
[
all
...]
file_audio_device.h
193
FileWrapper&
_outputFile
;
Completed in 57 milliseconds