Searched defs:frame (Results 76 - 100 of 542) sorted by relevance

1234567891011>>

/external/libchrome/base/trace_event/
H A Dheap_profiler_stack_frame_deduplicator.cc21 StackFrameDeduplicator::FrameNode::FrameNode(StackFrame frame, argument
23 : frame(frame), parent_frame_index(parent_frame_index) {}
39 // Loop through the frames, early out when a frame is null.
41 StackFrame frame = *it; local
43 auto node = nodes->find(frame);
45 // There is no tree node for this frame yet, create it. The parent node
46 // is the node associated with the previous frame.
47 FrameNode frame_node(frame, frame_index);
49 // The new frame nod
87 const StackFrame& frame = frame_node->frame; local
[all...]
/external/libdrm/include/drm/
H A Ddrm_sarea.h60 /** SAREA frame */
76 struct drm_sarea_frame frame; /**< frame */ member in struct:drm_sarea
/external/libdrm/tests/vbltest/
H A Dvbltest.c61 static void vblank_handler(int fd, unsigned int frame, unsigned int sec, argument
146 /* Queue an event for frame + 1 */
/external/libopus/silk/
H A DCNG.c82 opus_int16 frame[], /* I/O Signal */
176 frame[ i ] = (opus_int16)silk_ADD_SAT16( frame[ i ], silk_SAT16( silk_RSHIFT_ROUND( silk_SMULWW( CNG_sig_Q14[ MAX_LPC_ORDER + i ], gain_Q10 ), 8 ) ) );
79 silk_CNG( silk_decoder_state *psDec, silk_decoder_control *psDecCtrl, opus_int16 frame[], opus_int length ) argument
/external/libunwind/src/arm/
H A DGstep.c112 /* Obtain signal frame type (non-RT or RT). */
120 /* Since kernel version 2.6.18 the non-RT signal frame starts with a
121 ucontext while the RT signal frame starts with a siginfo, followed
123 Prior 2.6.18 the non-RT signal frame starts with a sigcontext while
124 the RT signal frame starts with two pointers followed by a siginfo
203 /* Check if this is a signal frame. */
233 /* Fall back on APCS frame parsing.
240 /* DWARF unwinding failed, try to follow APCS/optimized APCS frame chain */
242 Debug (13, "dwarf_step() failed (ret=%d), trying frame-chain\n", ret);
244 unw_word_t frame; local
[all...]
/external/libvpx/libvpx/examples/
H A Ddecode_to_md5.c11 // Frame-by-frame MD5 Checksum
110 const unsigned char *frame = local
112 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0))
113 die_codec(&codec, "Failed to decode frame");
/external/libvpx/libvpx/
H A Dwebmdec.cc123 // This check is needed for frame parallel decoding, in which case this
178 const mkvparser::Block::Frame &frame = local
181 if (frame.len > static_cast<long>(*buffer_size)) {
183 *buffer = new uint8_t[frame.len];
189 *buffer_size = frame.len;
195 return frame.Read(reader, *buffer) ? -1 : 0;
/external/ltp/testcases/network/can/filter-tests/
H A Dcan_filter.c103 struct can_frame frame; local
154 frame.can_dlc = 1;
155 frame.data[0] = testcase;
157 frame.can_id = ID;
158 if (write(s, &frame, sizeof(frame)) < 0) {
162 frame.can_id = (ID | CAN_RTR_FLAG);
163 if (write(s, &frame, sizeof(frame)) < 0) {
167 frame
[all...]
/external/mesa3d/src/glx/
H A Ddri_sarea.h67 * SAREA frame information.
88 XF86DRISAREAFrameRec frame; member in struct:_XF86DRISAREA
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
H A DDebugWebSocketServer.java109 protected void debugFrameReceived(WebSocketFrame frame) { argument
111 System.out.println("R " + frame);
116 protected void debugFrameSent(WebSocketFrame frame) { argument
118 System.out.println("S " + frame);
/external/oj-libjdwp/src/share/back/
H A DStackFrameImpl.c34 validateThreadFrame(jthread thread, FrameID frame) argument
42 serror = validateFrameID(thread, frame);
224 FrameID frame; local
233 frame = inStream_readFrameID(in);
243 * Validate the frame id
245 serror = validateThreadFrame(thread, frame);
264 fnum = getFrameNumber(frame);
282 FrameID frame; local
291 frame = inStream_readFrameID(in);
301 * Validate the frame i
343 FrameID frame; local
425 FrameID frame; local
[all...]
/external/perfetto/src/ipc/
H A Dbuffered_frame_deserializer.cc74 // A) Only a fragment of the header (the size of the frame). E.g.,
77 // B) A header and a part of the frame. E.g.,
79 // [ header, size=5 ] [ Partial frame ]
81 // C) One or more complete header+frame. E.g.,
83 // [ header, size=5 ] [ Whole frame ] [ header, size=3 ] [ Whole frame ]
85 // D) Some complete header+frame(s) and a partial header or frame (C + A/B).
91 // next, still incomplete, frame.
111 // Case B. We got the header but not the whole frame
180 Serialize(const Frame& frame) argument
[all...]
/external/skia/tools/
H A DCrashHandler.cpp129 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
[all...]
/external/skqp/tools/
H A DCrashHandler.cpp129 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
[all...]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
H A DProgressListenerImpl.java40 final MigratorFrame frame; field in class:ProgressListenerImpl
46 public ProgressListenerImpl(File projectFolder, MigratorFrame frame) { argument
47 this.frame = frame;
52 frame.disableInput();
70 frame.otherLabel.setText("<html><p>Searching folder [" + abbreviatedName + "]<p>Found " + addFileCount + " java files to scan.</html>");
74 frame.progressBar.setVisible(false);
75 frame.otherLabel.setText("<html><font color='BLUE'>Scanned " + addFileCount + " java files, " + inplaceConversionCount
78 frame.migrateButton.setActionCommand(MigratorFrame.EXIT_COMMAND);
79 frame
[all...]
/external/syslinux/gpxe/src/arch/i386/drivers/net/
H A Dundiisr.S85 frame: .word 0, 0 label
/external/tensorflow/tensorflow/core/kernels/
H A Dfunction_ops.cc45 auto frame = ctx->call_frame(); variable
46 OP_REQUIRES(ctx, frame != nullptr, errors::Internal("no call frame"));
48 OP_REQUIRES_OK(ctx, frame->GetArg(index_, &val));
78 auto frame = ctx->call_frame(); variable
79 OP_REQUIRES(ctx, frame != nullptr, errors::Internal("no call frame"));
80 OP_REQUIRES_OK(ctx, frame->SetRetval(index_, val));
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-solaris.c52 /* Create a signal frame for thread 'tid'. Make a 3-arg frame regardless of
65 vki_sigframe_t *frame; local
75 /* Fill in the frame. */
76 frame = (vki_sigframe_t*)esp;
81 frame->return_addr = (void*)~0UL;
85 VG_(save_context)(tid, &frame->ucontext, Vg_CoreSignal);
88 frame->siginfo = *siginfo;
123 frame->siginfo.si_code = VKI_SEGV_MAPERR;
132 frame
[all...]
/external/webrtc/talk/app/webrtc/
H A Dremotevideocapturer_unittest.cc80 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* frame) { argument
/external/webrtc/talk/media/devices/
H A Dfilevideocapturer_unittest.cc62 const cricket::CapturedFrame* frame) {
65 frame_width_ = frame->width;
66 frame_height_ = frame->height;
67 } else if (frame_width_ != frame->width ||
68 frame_height_ != frame->height) {
61 OnFrameCaptured(cricket::VideoCapturer* capturer, const cricket::CapturedFrame* frame) argument
H A Dgtkvideorenderer.cc87 // 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
[all...]
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframefactory_unittest.cc87 // Create the new frame from the CapturedFrame.
88 rtc::scoped_ptr<cricket::VideoFrame> frame; local
91 frame.reset(factory.CreateAliasedFrame(&captured_frame, new_width,
93 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width, new_height,
96 frame.reset(factory.CreateAliasedFrame(
98 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2,
101 // Reset the frame first so it's exclusive hence we could go through the
103 frame.reset();
104 frame.reset(factory.CreateAliasedFrame(
106 VerifyFrame(frame
[all...]
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dtest_utils.h91 void SetFrameSampleRate(AudioFrame* frame,
97 AudioFrame* frame,
99 SetFrameSampleRate(frame, sample_rate_hz);
100 frame->num_channels_ = num_channels;
101 cb->reset(new ChannelBuffer<T>(frame->samples_per_channel_, num_channels));
95 SetContainerFormat(int sample_rate_hz, size_t num_channels, AudioFrame* frame, rtc::scoped_ptr<ChannelBuffer<T> >* cb) argument
/external/webrtc/webrtc/modules/desktop_capture/
H A Dcropping_window_capturer.cc76 void CroppingWindowCapturer::OnCaptureCompleted(DesktopFrame* frame) { argument
77 rtc::scoped_ptr<DesktopFrame> screen_frame(frame);
85 if (!frame) {
86 LOG(LS_WARNING) << "ScreenCapturer failed to capture a frame";
H A Ddesktop_frame.cc67 DesktopFrame* BasicDesktopFrame::CopyOf(const DesktopFrame& frame) { argument
68 DesktopFrame* result = new BasicDesktopFrame(frame.size());
69 for (int y = 0; y < frame.size().height(); ++y) {
71 frame.data() + y * frame.stride(),
72 frame.size().width() * kBytesPerPixel);
74 result->set_dpi(frame.dpi());
75 result->set_capture_time_ms(frame.capture_time_ms());
76 *result->mutable_updated_region() = frame.updated_region();

Completed in 1034 milliseconds

1234567891011>>