HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 176 - 200 of 858) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 34 The class Mosaic provides a simple interface to the panoramic mosaicing algorithm. The class allows passing in individual image frames to be stitched together, computes the alignment transformation between them, and then stitches and blends them together into a single panoramic output which can then be accessed as a single image. \
47 while (<image frames are available>)
56 // Add to list of frames
93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
95 * \param thresh_still Minimum number of pixels of translation detected between the new frame and the last frame before this frame is added to be mosaiced. For the low-res processing at 320x180 resolution input, we set this to 5 pixels. To reject no frames, set this to 0.0 (default value).
115 * After adding all frames, call this function to perform the final blending.
155 * Size of image frames making up mosaic
172 * Collection of frames that will make up mosaic.
174 MosaicFrame **frames; member in class:Mosaic
177 * Subset of frames that are considered as relevant
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 34 The class Mosaic provides a simple interface to the panoramic mosaicing algorithm. The class allows passing in individual image frames to be stitched together, computes the alignment transformation between them, and then stitches and blends them together into a single panoramic output which can then be accessed as a single image. \
47 while (<image frames are available>)
56 // Add to list of frames
93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
95 * \param thresh_still Minimum number of pixels of translation detected between the new frame and the last frame before this frame is added to be mosaiced. For the low-res processing at 320x180 resolution input, we set this to 5 pixels. To reject no frames, set this to 0.0 (default value).
115 * After adding all frames, call this function to perform the final blending.
155 * Size of image frames making up mosaic
172 * Collection of frames that will make up mosaic.
174 MosaicFrame **frames; member in class:Mosaic
177 * Subset of frames that are considered as relevant
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/can/
bcm.h 32 struct can_frame frames[0]; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/can/
bcm.h 32 struct can_frame frames[0]; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/can/
bcm.h 32 struct can_frame frames[0]; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/can/
bcm.h 32 struct can_frame frames[0]; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/can/
bcm.h 32 struct can_frame frames[0]; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/can/
bcm.h 32 struct can_frame frames[0]; member in struct:bcm_msg_head
  /system/media/audio_utils/include/audio_utils/
sndfile.h 35 sf_count_t frames; member in struct:__anon84624
63 // Read interleaved frames and return actual number of frames read
68 // Write interleaved frames and return actual number of frames written
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 206 YV12_BUFFER_CONFIG *f = cpi->frames[alt_ref_index];
223 // Source frames are extended to 16 pixels. This is different than
224 // L/A/G reference frames that have a border of 32 (VP9ENCBORDERINPIXELS)
253 if (cpi->frames[frame] == NULL)
270 cpi->frames[alt_ref_index]->y_buffer + mb_y_offset,
271 cpi->frames[frame]->y_buffer + mb_y_offset,
272 cpi->frames[frame]->y_stride);
285 cpi->frames[frame]->y_buffer + mb_y_offset,
286 cpi->frames[frame]->u_buffer + mb_uv_offset,
287 cpi->frames[frame]->v_buffer + mb_uv_offset
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 198 static vector <vector <sp<GraphicBuffer> > > frames; variable
395 // Regenerate a new set of test frames when this pass is
412 list = hwcTestCreateLayerList(testRandMod(frames.size()) + 1);
418 // Prandomly select a subset of frames to be used by this pass.
420 selectedFrames = vectorRandSelect(frames, list->numHwLayers);
541 * Initialize Frames
544 * named frames. The graphic buffers are contained within a vector of
561 frames.clear();
562 frames.resize(rows);
565 // All frames within a row have to have the same format an
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 206 YV12_BUFFER_CONFIG *f = cpi->frames[alt_ref_index];
223 // Source frames are extended to 16 pixels. This is different than
224 // L/A/G reference frames that have a border of 32 (VP9ENCBORDERINPIXELS)
253 if (cpi->frames[frame] == NULL)
270 cpi->frames[alt_ref_index]->y_buffer + mb_y_offset,
271 cpi->frames[frame]->y_buffer + mb_y_offset,
272 cpi->frames[frame]->y_stride);
285 cpi->frames[frame]->y_buffer + mb_y_offset,
286 cpi->frames[frame]->u_buffer + mb_uv_offset,
287 cpi->frames[frame]->v_buffer + mb_uv_offset
    [all...]
  /external/chromium_org/content/renderer/media/
renderer_webaudiodevice_impl.cc 92 dest->frames());
95 return dest->frames();
  /external/chromium_org/media/base/
audio_renderer_mixer_input.cc 102 // AudioConverter expects unfilled frames to be zeroed.
103 if (frames_filled < audio_bus->frames()) {
105 frames_filled, audio_bus->frames() - frames_filled);
audio_timestamp_helper_unittest.cc 19 // Adds frames to the helper and returns the current timestamp in
21 int64 AddFrames(int frames) {
22 helper_.AddFrames(frames);
58 // Verify that adding frames one frame at a time matches the timestamp
59 // returned if the same number of frames are added all at once.
99 // Verify that the same number of frames is returned up
109 // Add frames to the helper so negative frame counts can be tested.
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
superframe_test.cc 51 const int frames = (marker & 0x7) + 1; local
53 const unsigned int index_sz = 2 + mag * frames;
72 // Make sure we do a few frames after the last SF
  /external/chromium_org/tools/android/heap_profiler/
heap_profiler.c 33 // | | | | Alloc tot | stack frames +
80 // Looks up a stack trace from the stack frames. Creates a new one if necessary.
81 static StacktraceEntry* record_stacktrace(uintptr_t* frames, uint32_t depth) {
91 hash = (hash << 1) ^ (frames[i]);
98 memcmp(frames, st->frames, frames_length) != 0) {
117 memcpy(st->frames, frames, frames_length);
341 void heap_profiler_alloc(void* addr, size_t size, uintptr_t* frames,
357 StacktraceEntry* st = record_stacktrace(frames, depth)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 29 uptr SymbolizePC(uptr addr, AddressInfo *frames, uptr max_frames) {
59 AddressInfo *info = &frames[0];
  /external/libvpx/libvpx/test/
superframe_test.cc 51 const int frames = (marker & 0x7) + 1; local
53 const unsigned int index_sz = 2 + mag * frames;
72 // Make sure we do a few frames after the last SF
  /external/lldb/scripts/Python/interface/
SBThread.i 213 '''A helper object that will lazily hand out frames for a thread when supplied an index.'''
232 '''An accessor function that returns a list() that contains all frames in a lldb.SBThread object.'''
233 frames = []
235 frames.append(frame)
236 return frames
251 if _newclass: num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of stack frames in this thread as an integer.''')
253 __swig_getmethods__["frames"] = get_thread_frames
254 if _newclass: frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of lldb.SBFrame objects for all frames in this thread.''')
257 if _newclass: frame = property(get_frames_access_object, None, doc='''A read only property that returns an object that can be used to access frames as an array ("frame_12 = lldb.thread.frame[12]").'''
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
superframe_test.cc 51 const int frames = (marker & 0x7) + 1; local
53 const unsigned int index_sz = 2 + mag * frames;
72 // Make sure we do a few frames after the last SF
  /system/media/audio_utils/
primitives.c 244 size_t nonZeroStereo32(const int32_t *frames, size_t count)
248 if (frames[0] != 0 || frames[1] != 0) {
251 frames += 2;
256 size_t nonZeroStereo16(const int16_t *frames, size_t count)
260 if (frames[0] != 0 || frames[1] != 0) {
263 frames += 2;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameTestCase.java 114 int frames = reply.getNextValueAsInt(); local
115 FrameInfo[] frameInfos = new FrameInfo[frames];
116 for (int i = 0; i < frames; i++) {
158 int frames = reply.getNextValueAsInt(); local
160 long[] frameIDs = new long[frames];
161 for (int i = 0; i < frames; i++) {
  /external/chromium_org/media/blink/
webaudiosourceprovider_impl_unittest.cc 72 EXPECT_EQ(bus1->frames(), bus2->frames());
75 sizeof(*bus1->channel(ch)) * bus1->frames()) != 0) {
222 bus2->ZeroFramesPartial(bus2->frames() / 2,
223 bus2->frames() - bus2->frames() / 2);
  /external/chromium_org/media/cast/receiver/
audio_decoder_unittest.cc 92 const int num_elements = audio_bus->channels() * audio_bus->frames();
95 audio_bus->frames(), sizeof(int16), &interleaved.front());
110 audio_bus->frames(),
155 // Did the decoder detect whether frames were dropped?
169 TestAudioBusFactory::kMiddleANoteFreq * 2 * audio_bus->frames() /
171 CountZeroCrossings(audio_bus->channel(ch), audio_bus->frames()),
179 audio_bus->frames() / GetParam().sampling_rate;

Completed in 1458 milliseconds

1 2 3 4 5 6 78 91011>>