OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_outputfile
(Results
1 - 7
of
7
) 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
;
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
shuffler.py
66
class
_OutputFile
(db.Model):
128
into new GCS file. Creates
_OutputFile
entity to record resulting
162
entity =
_OutputFile
(key_name=full_filename,
163
parent=
_OutputFile
.get_root_key(ctx.mapreduce_id))
209
"""Collect output file names from
_OutputFile
entities for given jobs.
221
entities =
_OutputFile
.all().ancestor(
_OutputFile
.get_root_key(job_id))
227
"""Cleanup
_OutputFile
entities for given job ids.
235
db.delete(
_OutputFile
.all().ancestor(
_OutputFile
.get_root_key(job_id))
[
all
...]
Completed in 197 milliseconds