HomeSort by relevance Sort by last modified time
    Searched refs:frame (Results 151 - 175 of 2954) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 45 def trace_dispatch(self, frame, event, arg):
49 return self.dispatch_line(frame)
51 return self.dispatch_call(frame, arg)
53 return self.dispatch_return(frame, arg)
55 return self.dispatch_exception(frame, arg)
65 def dispatch_line(self, frame):
66 if self.stop_here(frame) or self.break_here(frame):
67 self.user_line(frame)
71 def dispatch_call(self, frame, arg)
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-s390x-linux.c 72 /*--- Signal frame layouts ---*/
78 // Linux has 2 signal frame structures: one for normal signal
84 // frame is. Unfortunately, things like gcc's exception unwinding
85 // make assumptions about the locations of various parts of the frame,
88 /* Valgrind-specific parts of the signal frame */
262 /* Build the Valgrind-specific part of a signal frame. */
264 static void build_vg_sigframe(struct vg_sigframe *frame,
269 frame->sigNo_private = sigNo;
270 frame->magicPI = 0x31415927;
271 frame->vex_shadow1 = tst->arch.vex_shadow1
290 struct sigframe *frame; local
349 struct rt_sigframe *frame; local
    [all...]
sigframe-amd64-linux.c 73 /*--- Signal frame layouts ---*/
81 // frame is. Unfortunately, things like gcc's exception unwinding
82 // make assumptions about the locations of various parts of the frame,
85 /* Valgrind-specific parts of the signal frame */
375 /* Build the Valgrind-specific part of a signal frame. */
377 static void build_vg_sigframe(struct vg_sigframe *frame,
383 frame->sigNo_private = sigNo;
384 frame->magicPI = 0x31415927;
385 frame->vex_shadow1 = tst->arch.vex_shadow1;
386 frame->vex_shadow2 = tst->arch.vex_shadow2
404 struct rt_sigframe *frame; local
464 struct rt_sigframe *frame; local
    [all...]
  /external/webrtc/webrtc/voice_engine/
utility_unittest.cc 48 void SetMonoFrame(AudioFrame* frame, float data, int sample_rate_hz) {
49 memset(frame->data_, 0, sizeof(frame->data_));
50 frame->num_channels_ = 1;
51 frame->sample_rate_hz_ = sample_rate_hz;
52 frame->samples_per_channel_ = sample_rate_hz / 100;
53 for (size_t i = 0; i < frame->samples_per_channel_; i++) {
54 frame->data_[i] = static_cast<int16_t>(data * i);
59 void SetMonoFrame(AudioFrame* frame, float data) {
60 SetMonoFrame(frame, data, frame->sample_rate_hz_)
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 32 * A utility class for printing a merged view of the frame state and the
75 * Prints the instructions and the frame states of the given method.
85 Frame[] frames;
106 Frame frame = frames[pos]; local
107 if (frame == null) {
111 printStack(frame);
114 printLocals(frame);
119 private void printStack(Frame frame) {
    [all...]
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 87 // For the first frame, initialize the GTK window
105 const VideoFrame* frame = video_frame->GetCopyWithRotationApplied(); local
107 // Need to set size as the frame might be rotated.
108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
112 // convert I420 frame to ABGR format, which is accepted by GTK
113 frame->ConvertToRgbBuffer(cricket::FOURCC_ABGR,
115 frame->GetWidth() * frame->GetHeight() * 4,
116 frame->GetWidth() * 4)
    [all...]
filevideocapturer.cc 57 bool VideoRecorder::RecordFrame(const CapturedFrame& frame) {
64 if (!frame.GetDataSize(&size)) {
65 LOG(LS_ERROR) << "Unable to calculate the data size of the frame";
70 // Convert the frame header to bytebuffer.
72 buffer.WriteUInt32(frame.width);
73 buffer.WriteUInt32(frame.height);
74 buffer.WriteUInt32(frame.fourcc);
75 buffer.WriteUInt32(frame.pixel_width);
76 buffer.WriteUInt32(frame.pixel_height);
80 buffer.WriteUInt64(frame.time_stamp)
193 CapturedFrame frame; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 41 // Request a keyframe if no continuous frame has been received for this
55 void FrameList::InsertFrame(VCMFrameBuffer* frame) {
56 insert(rbegin().base(), FrameListPair(frame->TimeStamp(), frame));
63 VCMFrameBuffer* frame = it->second;
65 return frame;
81 // Throw at least one frame.
101 // This frame is empty, try to update the last decoded state and drop it
409 // We have received frame(s) since last call to this function
421 // Calculate frame rat
567 VCMFrameBuffer* frame = decodable_frames_.PopFrame(timestamp); local
702 VCMFrameBuffer* frame; local
894 VCMFrameBuffer* frame = it->second; local
1183 VCMFrameBuffer* frame = free_frames_.front(); local
    [all...]
generic_decoder.cc 143 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, int64_t nowMs) {
145 frame.EncodedImage()._timeStamp);
147 _frameInfos[_nextFrameInfoIdx].renderTimeMs = frame.RenderTimeMs();
148 _frameInfos[_nextFrameInfoIdx].rotation = frame.rotation();
149 _callback->Map(frame.TimeStamp(), &_frameInfos[_nextFrameInfoIdx]);
152 int32_t ret = _decoder->Decode(frame.EncodedImage(), frame.MissingFrame(),
153 frame.FragmentationHeader(),
154 frame.CodecSpecific(), frame.RenderTimeMs())
    [all...]
  /external/v8/src/runtime/
runtime-generator.cc 20 JavaScriptFrame* frame = it.frame(); local
21 Handle<JSFunction> function(frame->function());
25 if (frame->IsConstructor()) {
26 generator = handle(JSGeneratorObject::cast(frame->receiver()));
31 generator->set_context(Context::cast(frame->context()));
32 generator->set_receiver(frame->receiver());
46 JavaScriptFrame* frame = stack_iterator.frame(); local
47 RUNTIME_ASSERT(frame->function()->shared()->is_generator())
103 JavaScriptFrame* frame = stack_iterator.frame(); local
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
bitalloc.c 28 subbands within the SBC/eSBC frame, along with support functions for computing
29 frame length and bitrate.
42 OI_UINT32 OI_SBC_MaxBitpool(OI_CODEC_SBC_FRAME_INFO *frame)
44 switch (frame->mode) {
47 return 16 * frame->nrof_subbands;
50 return 32 * frame->nrof_subbands;
53 ERROR(("Invalid frame mode %d", frame->mode));
59 PRIVATE OI_UINT16 internal_CalculateFramelen(OI_CODEC_SBC_FRAME_INFO *frame)
61 OI_UINT16 nbits = frame->nrof_blocks * frame->bitpool
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/video/
bg_sub.cpp 23 Mat frame; //current frame
64 namedWindow("Frame");
102 //read the current frame
103 if(!capture.read(frame)) {
104 cerr << "Unable to read next frame." << endl;
109 pMOG2->apply(frame, fgMaskMOG2);
110 //get the frame number and write it on the current frame
112 rectangle(frame, cv::Point(10, 2), cv::Point(100,20)
    [all...]
  /external/skia/tools/
CrashHandler.cpp 129 STACKFRAME64 frame; local
130 sk_bzero(&frame, sizeof(frame));
131 // Start frame off from the frame that triggered the exception.
133 frame.AddrPC.Mode = AddrModeFlat;
134 frame.AddrStack.Mode = AddrModeFlat;
135 frame.AddrFrame.Mode = AddrModeFlat;
137 frame.AddrPC.Offset = c->Eip;
138 frame.AddrStack.Offset = c->Esp
    [all...]
  /external/v8/test/mjsunit/
regress-3225.js 16 assertEquals(1, exec_state.frame(0).evaluate('a').value());
17 assertEquals(3, exec_state.frame(0).evaluate('b').value());
18 exec_state.frame(0).evaluate("a = 4").value(); // no effect.
21 assertEquals(1, exec_state.frame(0).evaluate('a').value());
22 assertEquals(3, exec_state.frame(0).evaluate('b').value());
23 exec_state.frame(0).evaluate("set_a_to_5()");
24 exec_state.frame(0).evaluate("b = 5").value(); // no effect.
debug-evaluate-locals.js 44 function checkFrame0(frame) {
45 // Frame 0 (h) has normal variables a and b.
46 var count = frame.localCount();
49 var name = frame.localName(i);
50 var value = frame.localValue(i).value();
67 function checkFrame1(frame) {
68 // Frame 1 (g) has normal variable a (and arguments).
69 var count = frame.localCount();
72 var name = frame.localName(i);
73 var value = frame.localValue(i).value()
    [all...]
  /external/webrtc/talk/media/base/
fakevideocapturer.h 112 cricket::CapturedFrame frame; local
113 frame.width = width;
114 frame.height = height;
115 frame.fourcc = fourcc;
116 frame.data_size = size;
117 frame.time_stamp = initial_unix_timestamp_ + next_timestamp_;
121 frame.data = data.get();
123 // the frame is all duplicate.
124 memset(frame.data, 1, size / 2);
125 memset(reinterpret_cast<uint8_t*>(frame.data) + (size / 2), 2
    [all...]
  /external/opencv3/modules/cudabgsegm/src/cuda/
mog.cu 118 __global__ void mog_withoutLearning(const PtrStepSz<SrcT> frame, PtrStepb fgmask,
125 if (x >= frame.cols || y >= frame.rows)
128 WorkT pix = cvt(frame(y, x));
135 if (gmm_weight(k * frame.rows + y, x) < numeric_limits<float>::epsilon())
138 WorkT mu = gmm_mean(k * frame.rows + y, x);
139 WorkT var = gmm_var(k * frame.rows + y, x);
155 wsum += gmm_weight(k * frame.rows + y, x);
169 void mog_withoutLearning_caller(PtrStepSzb frame, PtrStepSzb fgmask, PtrStepSzf weight, PtrStepSzb mean, PtrStepSzb var,
173 dim3 grid(divUp(frame.cols, block.x), divUp(frame.rows, block.y))
    [all...]
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 309 ///Received a frame from one of the frame providers
310 //CAMHAL_LOGDA("Notification Thread received a frame from frame provider (CameraAdapter)");
702 static void copyCroppedNV12(CameraFrame* frame, unsigned char *dst)
708 CAMHAL_ASSERT(frame && dst);
710 offset = frame->mOffset;
711 stride = frame->mAlignment;
712 width = frame->mWidth;
713 height = frame->mHeight
902 CameraFrame *frame; local
1256 CameraFrame *frame; local
1285 CameraFrame *frame; local
1763 CameraBuffer *frame = NULL; local
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoRenderer.java 55 // Frame pointer in C++.
58 // rotationDegree is the degree that the frame must be rotated clockwisely
63 * Construct a frame of the given dimensions with the specified planar data.
89 * Construct a texture frame of the given dimensions with data in SurfaceTexture
122 // Helper native function to do a video frame plane copying.
128 // |frame| might have pending rotation and implementation of Callbacks
130 // is responsible for signaling when it is done with |frame| by calling
131 // renderFrameDone(frame).
132 public void renderFrame(I420Frame frame);
136 * This must be called after every renderFrame() to release the frame
    [all...]
  /external/opencv3/modules/videostab/src/
wobble_suppression.cpp 94 void NullWobbleSuppressor::suppress(int /*idx*/, const Mat &frame, Mat &result)
96 result = frame;
100 void MoreAccurateMotionWobbleSuppressor::suppress(int idx, const Mat &frame, Mat &result)
106 result = frame;
118 mapx_.create(frame.size());
119 mapy_.create(frame.size());
124 for (int y = 0; y < frame.rows; ++y)
126 for (int x = 0; x < frame.cols; ++x)
145 if (result.data == frame.data)
146 result = Mat(frame.size(), frame.type())
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 38 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode,
46 if (frame->additional()) {
48 kMkvBlockAdditional, frame->additional(), frame->additional_length());
49 block_addid_elem_size = EbmlElementSize(kMkvBlockAddID, frame->add_id());
64 if (frame->discard_padding() != 0) {
66 EbmlElementSize(kMkvDiscardPadding, frame->discard_padding());
70 frame->reference_block_timestamp() / timecode_scale;
72 if (!frame->is_key())
    [all...]
  /external/skia/src/images/
SkMovie_gif.cpp 150 static void blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap,
155 GifWord copyWidth = frame->ImageDesc.Width;
156 if (frame->ImageDesc.Left + copyWidth > width) {
157 copyWidth = width - frame->ImageDesc.Left;
160 GifWord copyHeight = frame->ImageDesc.Height;
161 if (frame->ImageDesc.Top + copyHeight > height) {
162 copyHeight = height - frame->ImageDesc.Top;
166 const unsigned char* src = (unsigned char*)frame->RasterBits;
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
172 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4)
    [all...]
  /external/google-breakpad/src/processor/
stackwalker.cc 120 // Begin with the context frame, and keep getting callers until there are
128 scoped_ptr<StackFrame> frame(GetContextFrame());
130 while (frame.get()) {
131 // frame already contains a good frame with properly set instruction and
132 // frame_pointer fields. The frame structure comes from either the
133 // context frame (above) or a caller frame (below).
138 frame.get());
145 InsertSpecialAttentionModule(symbolizer_result, frame->module
269 StackFrame frame; local
    [all...]
  /external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
network_WiFi_LowInitialBitrates.py 51 for frame in frames:
52 if frame.time_datetime > dhcp_frames[-1].time_datetime:
57 if frame.mcs_index is not None:
58 if frame.mcs_index > 1:
62 'Frame at %s was sent with MCS index %d.' %
63 (frame.time_string, frame.mcs_index))
65 elif frame.bit_rate >= 12:
67 'Frame at %s was sent at %f Mbps.' %
68 (frame.time_string, frame.bit_rate)
    [all...]
  /external/opencv3/samples/gpu/
video_writer.cpp 39 cv::Mat frame; local
48 std::cout << "Read " << i << " frame" << std::endl;
50 reader >> frame; local
52 if (frame.empty())
60 std::cout << "Frame Size : " << frame.cols << "x" << frame.rows << std::endl;
64 if (!writer.open("output_cpu.avi", cv::VideoWriter::fourcc('X', 'V', 'I', 'D'), FPS, frame.size()))
73 d_writer = cv::cudacodec::createVideoWriter(outputFilename, frame.size(), FPS);
76 d_frame.upload(frame);
    [all...]

Completed in 1241 milliseconds

1 2 3 4 5 67 8 91011>>