HomeSort by relevance Sort by last modified time
    Searched refs:Slice (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfFrameBuffer.cpp 39 // class Slice
52 Slice::Slice (PixelType t,
77 FrameBuffer::insert (const char name[], const Slice &slice)
82 "Frame buffer slice name cannot be an empty string.");
85 _map[name] = slice;
90 FrameBuffer::insert (const string &name, const Slice &slice)
92 insert (name.c_str(), slice);
    [all...]
ImfFrameBuffer.h 42 // class Slice
57 // Description of a single slice of the frame buffer:
62 // component is called a "slice".
65 struct Slice
100 // slice only if
111 // Default value, used to fill the slice when a file without
112 // a channel that corresponds to this slice is read.
138 Slice (PixelType type = HALF,
155 // Add a slice
159 const Slice &slice)
308 FrameBuffer::Iterator::slice () const function in class:Imf::FrameBuffer::Iterator
359 FrameBuffer::ConstIterator::slice () const function in class:Imf::FrameBuffer::ConstIterator
    [all...]
ImfLut.h 81 // Apply the table to a frame buffer slice (see ImfFrameBuffer.h)
84 void apply (const Slice &data,
ImfRgbaFile.cpp 308 Slice (HALF, // type
319 Slice (HALF, // type
327 Slice (HALF, // type
338 Slice (HALF, // type
671 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys));
672 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys));
673 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys));
674 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys));
902 Slice (HALF, // type
913 Slice (HALF, // typ
    [all...]
ImfInputFile.cpp 139 Slice &s = k.slice();
256 Slice fromSlice = k.slice(); // slice to write from
257 Slice toSlice = ifd->tFileBuffer[k.name()]; // slice to write to
438 if (strcmp (i.name(), j.name()) || i.slice().type != j.slice().type)
458 // each Slice to true
    [all...]
ImfTiledRgbaFile.cpp 243 fb.insert ("Y", Slice (HALF, // type
248 fb.insert ("A", Slice (HALF, // type
402 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys));
403 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys));
404 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys));
405 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys));
703 Slice (HALF, // type
712 Slice (HALF, // type
840 Slice (HALF,
847 Slice (HALF
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
slice_unittest.py 7 from telemetry.timeline.slice import Slice
15 top = Slice(None, 'cat', 'top', 0, duration=10, thread_timestamp=0,
17 a = Slice(None, 'cat', 'a', 1, duration=2, thread_timestamp=0.5,
19 x = Slice(None, 'cat', 'x', 1.5, duration=0.25, thread_timestamp=0.75,
21 b = Slice(None, 'cat', 'b', 5, duration=2, thread_timestamp=None,
event_container.py 7 from telemetry.timeline import slice as slice_module
36 event_type_predicate(slice_module.Slice)
61 event_type_predicate(slice_module.Slice)
98 event_type_predicate=lambda t: t == slice_module.Slice)
103 event_type_predicate=lambda t: t == slice_module.Slice,
109 event_type_predicate=lambda t: t == slice_module.Slice,
115 event_type_predicate=lambda t: t == slice_module.Slice,
slice.py 8 class Slice(timeline_event.TimelineEvent):
9 """A Slice represents an interval of time plus parameters associated
13 Slice. These must be kept in sync.
19 super(Slice, self).__init__(
54 in child events. Returns None if the slice or any of its children does not
inspector_importer.py 7 import telemetry.timeline.slice as tracing_slice
48 pending_slice = tracing_slice.Slice(
thread.py 8 import telemetry.timeline.slice as slice_module
55 if event_type_predicate(slice_module.Slice):
97 """Opens a new slice for the thread.
101 * category: Category to which the slice belongs.
102 * name: Name of the slice to add.
103 * timestamp: The timetsamp of the slice, in milliseconds.
105 slice, in milliseconds.
108 Returns newly opened slice
113 new_slice = slice_module.Slice(self, category, name, timestamp,
122 """ Ends the last begun slice in this group and pushes it onto the slic
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
font_data.h 74 // Makes a slice of this FontData. The returned slice will share the data with
76 // @param offset the start of the slice
77 // @param length the number of bytes in the slice
78 // @return a slice of the original FontData
79 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0;
81 // Makes a bottom bound only slice of this array. The returned slice will
83 // @param offset the start of the slice
84 // @return a slice of the original FontDat
    [all...]
writable_font_data.h 182 // Makes a slice of this FontData. The returned slice will share the data with
184 // @param offset the start of the slice
185 // @param length the number of bytes in the slice
186 // @return a slice of the original FontData
187 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length);
189 // Makes a bottom bound only slice of this array. The returned slice will
191 // @param offset the start of the slice
192 // @return a slice of the original FontDat
    [all...]
readable_font_data.h 251 // Makes a slice of this FontData. The returned slice will share the data with
253 // @param offset the start of the slice
254 // @param length the number of bytes in the slice
255 // @return a slice of the original FontData
257 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length);
259 // Makes a bottom bound only slice of this array. The returned slice will
261 // @param offset the start of the slice
262 // @return a slice of the original FontDat
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc 33 ReadableFontDataPtr slice; local
34 slice.Attach(down_cast<ReadableFontData*>(
35 data_->Slice(EblcTable::Offset::kIndexSubTable2_bigGlyphMetrics,
37 BigGlyphMetricsPtr output = new BigGlyphMetrics(slice);
114 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
141 data->Slice(index_sub_table_offset, length)));
164 data->Slice(index_sub_table_offset, length)));
198 InternalReadData()->Slice(size)));
199 target.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
202 WritableFontDataPtr slice; local
    [all...]
index_sub_table_format5.cc 64 data.Attach(down_cast<ReadableFontData*>(data_->Slice(
143 data->Slice(index_sub_table_offset, length)));
166 data->Slice(index_sub_table_offset, length)));
206 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
208 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
214 WritableFontDataPtr slice; local
215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
216 size += BigMetrics()->SubSerialize(slice);
239 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
    [all...]
index_sub_table_format1.cc 123 data->Slice(index_sub_table_offset, length)));
147 data->Slice(index_sub_table_offset, length)));
190 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
192 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
index_sub_table_format3.cc 136 data->Slice(index_sub_table_offset, length)));
159 data->Slice(index_sub_table_offset, length)));
202 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
204 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
eblc_table.cc 72 data->Slice(Offset::kBitmapSizeTableArrayStart +
167 new_data->Slice(index_sub_table_offset)));
186 new_data->Slice(size_table_offset)));
302 data->Slice(Offset::kBitmapSizeTableArrayStart +
  /external/webrtc/webrtc/common_audio/
audio_ring_buffer_unittest.cc 30 rtc::scoped_ptr<float* []> slice(new float* [num_channels]);
37 buf.Write(input.Slice(slice.get(), input_pos), num_channels,
44 buf.Read(output->Slice(slice.get(), output_pos), num_channels,
52 buf.Write(input.Slice(slice.get(), input_pos), num_channels,
56 buf.Read(output->Slice(slice.get(), output_pos), num_channels,
channel_buffer.h 103 // Sets the |slice| pointers to the |start_frame| position for each channel.
104 // Returns |slice| for convenience.
105 const T* const* Slice(T** slice, size_t start_frame) const {
108 slice[i] = &channels_[i][start_frame];
109 return slice;
111 T** Slice(T** slice, size_t start_frame) {
113 return const_cast<T**>(t->Slice(slice, start_frame))
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 519 * single snapshot object representing the current slice. This permits reads
529 private volatile Slice slice; field in class:CopyOnWriteArrayList.CowSubList
532 this.slice = new Slice(expectedElements, from, to);
536 Slice slice = this.slice; local
537 return slice.to - slice.from
541 Slice slice = this.slice; local
547 Slice slice = this.slice; local
563 Slice slice = this.slice; local
573 Slice slice = this.slice; local
581 Slice slice = this.slice; local
593 Slice slice = this.slice; local
600 Slice slice = this.slice; local
    [all...]
  /external/sfntly/cpp/src/test/
font_data_test.cc 260 ReadableFontDataPtr slice; local
261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
262 EXPECT_TRUE(ReadComparison(trim, length, rfd, slice));
277 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
278 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
286 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
287 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)));
294 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length)));
295 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length)))
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 231 frame.insert( "BY", Slice( m_type,
238 frame.insert( "Y", Slice( m_type,
245 frame.insert( "RY", Slice( m_type,
254 frame.insert( "Y", Slice( m_type,
257 frame.insert( "Y", Slice( m_type,
260 frame.insert( "Y", Slice( m_type,
270 frame.insert( "Y", Slice( m_type,
280 frame.insert( "B", Slice( m_type,
287 frame.insert( "G", Slice( m_type,
294 frame.insert( "R", Slice( m_type
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.cpp 223 frame.insert( "BY", Slice( m_type,
230 frame.insert( "Y", Slice( m_type,
237 frame.insert( "RY", Slice( m_type,
246 frame.insert( "Y", Slice( m_type,
249 frame.insert( "Y", Slice( m_type,
252 frame.insert( "Y", Slice( m_type,
262 frame.insert( "Y", Slice( m_type,
272 frame.insert( "B", Slice( m_type,
279 frame.insert( "G", Slice( m_type,
286 frame.insert( "R", Slice( m_type
    [all...]

Completed in 645 milliseconds

1 2 3 4 5