Searched refs:frame (Results 1 - 25 of 1273) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/modules/video_coding/utility/
H A Dqp_parser.cc18 bool QpParser::GetQp(const VCMEncodedFrame& frame, int* qp) { argument
19 switch (frame.CodecSpecific()->codecType) {
22 return vp8::GetQp(frame.Buffer(), frame.Length(), qp);
/external/clang/test/CodeGen/
H A D2003-08-21-BinOp-Type-Mismatch.c7 unsigned int frame, focus; local
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
/external/webrtc/webrtc/modules/desktop_capture/
H A Dcropped_desktop_frame.cc18 CroppedDesktopFrame(DesktopFrame* frame, const DesktopRect& rect);
27 CreateCroppedDesktopFrame(DesktopFrame* frame, const DesktopRect& rect) { argument
28 if (!DesktopRect::MakeSize(frame->size()).ContainsRect(rect)) {
29 delete frame;
33 return new CroppedDesktopFrame(frame, rect);
36 CroppedDesktopFrame::CroppedDesktopFrame(DesktopFrame* frame, argument
39 frame->stride(),
40 frame->GetFrameDataAtPos(rect.top_left()),
41 frame->shared_memory()),
42 frame_(frame) {
[all...]
/external/webrtc/webrtc/modules/utility/source/
H A Daudio_frame_operations.cc25 int AudioFrameOperations::MonoToStereo(AudioFrame* frame) { argument
26 if (frame->num_channels_ != 1) {
29 if ((frame->samples_per_channel_ * 2) >= AudioFrame::kMaxDataSizeSamples) {
35 memcpy(data_copy, frame->data_,
36 sizeof(int16_t) * frame->samples_per_channel_);
37 MonoToStereo(data_copy, frame->samples_per_channel_, frame->data_);
38 frame->num_channels_ = 2;
51 int AudioFrameOperations::StereoToMono(AudioFrame* frame) { argument
52 if (frame
62 SwapStereoChannels(AudioFrame* frame) argument
72 Mute(AudioFrame& frame) argument
77 Scale(float left, float right, AudioFrame& frame) argument
91 ScaleWithSat(float scale, AudioFrame& frame) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemContext.java24 * This class is a stack frame that consists of
36 * A stack frame will be pushed for "A" at depth 1,
38 * Then "B1" stackframe is popped. When the stack frame for "B2" is
94 /** The next element "stack frame". This value will only be
99 * because very few stack frame objects are ever created, they are
103 * as they are re-used. Only the reference to the current stack frame, which
108 /** The previous element "stack frame". */
130 * Constructor to create the "stack frame" for a given element depth.
136 * @param previous The "stack frame" corresponding to the new
146 * Pop the current "stack frame"
[all...]
/external/google-breakpad/src/processor/
H A Dstackwalker_ppc64.cc58 BPLOG(ERROR) << "Can't get context frame without context";
62 StackFramePPC64* frame = new StackFramePPC64(); local
66 frame->context = *context_;
67 frame->context_validity = StackFramePPC64::CONTEXT_VALID_ALL;
68 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
69 frame->instruction = frame->context.srr0;
71 return frame;
78 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
84 // its return address in the calling procedure's stack frame a
115 StackFramePPC64* frame = new StackFramePPC64(); local
[all...]
H A Dstackwalker_sparc.cc58 BPLOG(ERROR) << "Can't get context frame without context";
62 StackFrameSPARC* frame = new StackFrameSPARC(); local
66 frame->context = *context_;
67 frame->context_validity = StackFrameSPARC::CONTEXT_VALID_ALL;
68 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
69 frame->instruction = frame->context.pc;
71 return frame;
78 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
94 // A caller frame mus
114 StackFrameSPARC* frame = new StackFrameSPARC(); local
[all...]
H A Dstackwalker_arm.cc63 BPLOG(ERROR) << "Can't get context frame without context";
67 StackFrameARM* frame = new StackFrameARM(); local
71 frame->context = *context_;
72 frame->context_validity = context_frame_validity_;
73 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
74 frame->instruction = frame->context.iregs[MD_CONTEXT_ARM_REG_PC];
76 return frame;
104 // Construct a new stack frame given the values the CFI recovered.
105 scoped_ptr<StackFrameARM> frame(ne
182 StackFrameARM* frame = new StackFrameARM(); local
224 StackFrameARM* frame = new StackFrameARM(); local
249 scoped_ptr<StackFrameARM> frame; local
[all...]
H A Dstackwalker_address_list.cc65 StackFrame* frame = new StackFrame();
66 frame->instruction = frames_[0];
67 frame->trust = StackFrame::FRAME_TRUST_PREWALKED;
68 return frame;
74 BPLOG(ERROR) << "Can't get caller frame without stack";
86 StackFrame* frame = new StackFrame();
87 frame->instruction = frames_[frame_index];
88 frame->trust = StackFrame::FRAME_TRUST_PREWALKED;
89 return frame;
H A Dstackwalker_arm64.cc62 BPLOG(ERROR) << "Can't get context frame without context";
66 StackFrameARM64* frame = new StackFrameARM64(); local
70 frame->context = *context_;
71 frame->context_validity = context_frame_validity_;
72 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
73 frame->instruction = frame->context.iregs[MD_CONTEXT_ARM64_REG_PC];
75 return frame;
104 // Construct a new stack frame given the values the CFI recovered.
105 scoped_ptr<StackFrameARM64> frame(ne
173 StackFrameARM64* frame = new StackFrameARM64(); local
210 StackFrameARM64* frame = new StackFrameARM64(); local
235 scoped_ptr<StackFrameARM64> frame; local
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetHelp.py28 frame = wx.Frame(None, -1, JetDefs.MAIN_HELPTITLE, size=(800,600)) variable
29 html1 = wx.html.HtmlWindow(frame, -1)
31 frame.Center()
32 frame.Show()
/external/strace/linux/i386/
H A Darch_sigreturn.c15 } frame; local
17 if (umove(tcp, *i386_esp_ptr, &frame) < 0) {
20 uint32_t mask[2] = { frame.oldmask, frame.extramask };
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcrc32.h12 u32 crc32(const u8 *frame, size_t frame_len);
/external/wpa_supplicant_8/src/utils/
H A Dcrc32.h12 u32 crc32(const u8 *frame, size_t frame_len);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcrc32.h12 u32 crc32(const u8 *frame, size_t frame_len);
/external/oj-libjdwp/src/share/back/
H A DFrameID.c33 /* | thread frame generation (48 bits)| frame number (16 bits)| */
42 FrameID frame; local
46 frame = (frameGeneration<<FNUM_BWIDTH) | (jlong)fnum;
47 return frame;
51 getFrameNumber(FrameID frame) argument
54 return (FrameNumber)(((jint)frame) & FNUM_BMASK);
58 validateFrameID(jthread thread, FrameID frame) argument
63 if ( frameGeneration != (frame>>FNUM_BWIDTH) ) {
H A DFrameID.h32 FrameNumber getFrameNumber(FrameID frame);
33 jdwpError validateFrameID(jthread thread, FrameID frame);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java28 * Executor is responsible for modeling the effects of a JVM instruction on a frame.
55 * Execute the instruction, modeling the effects on the specified frame and subroutine.
62 * @param frame the frame to modify to represent the result of the instruction
66 public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytecode { argument
76 frame.push(Type.UNINIT);
85 frame.push(Type.INTEGER);
89 frame.push(Type.LONG);
90 frame.push(Type.TOP);
95 frame
633 evalArrayLoad(Type expectedComponent, Frame frame) argument
661 evalArrayStore(Type expectedComponent, Frame frame) argument
694 evalBinaryMath(Type expected, Frame frame) argument
703 evalGetField(int opcode, int index, Frame frame) argument
715 evalInvokeIntfMethod(int opcode, int index, Frame frame) argument
732 evalInvokeMethod(int opcode, int index, Frame frame) argument
751 evalLDC(int index, Frame frame) argument
780 evalLoad(Type expected, int index, Frame frame, Subroutine subroutine) argument
789 evalNewArray(int pos, CodeIterator iter, Frame frame) argument
826 evalNewObjectArray(int pos, CodeIterator iter, Frame frame) argument
847 evalPutField(int opcode, int index, Frame frame) argument
859 evalShift(Type expected, Frame frame) argument
868 evalStore(Type expected, int index, Frame frame, Subroutine subroutine) argument
878 evalWide(int pos, CodeIterator iter, Frame frame, Subroutine subroutine) argument
964 simplePeek(Frame frame) argument
969 simplePop(Frame frame) argument
974 simplePush(Type type, Frame frame) argument
988 simpleSetLocal(int index, Type type, Frame frame) argument
[all...]
/external/libvncserver/webclients/novnc/include/
H A Dplayback.js47 var frame, foffset, toffset, delay;
50 frame = VNC_frame_data[frame_idx];
51 while ((frame_idx < frame_length) && (frame.charAt(0) === "}")) {
52 //Util.Debug("Send frame " + frame_idx);
54 frame = VNC_frame_data[frame_idx];
57 if (frame === 'EOF') {
69 foffset = frame.slice(1, frame.indexOf('{', 1));
85 //Util.Debug("Processing frame: " + frame_idx);
86 var frame
[all...]
/external/webrtc/webrtc/modules/utility/include/
H A Daudio_frame_operations.h31 // |frame.num_channels_| will be updated. This version checks for sufficient
33 static int MonoToStereo(AudioFrame* frame);
40 // |frame.num_channels_| will be updated. This version checks that
42 static int StereoToMono(AudioFrame* frame);
44 // Swap the left and right channels of |frame|. Fails silently if |frame| is
46 static void SwapStereoChannels(AudioFrame* frame);
48 // Zeros out the audio and sets |frame.energy| to zero.
49 static void Mute(AudioFrame& frame);
51 static int Scale(float left, float right, AudioFrame& 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/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl_unittest.cc44 AudioFrame frame; local
46 frame.num_channels_ = 1;
47 SetFrameSampleRate(&frame, 16000);
50 EXPECT_NOERR(mock.ProcessStream(&frame));
51 EXPECT_NOERR(mock.AnalyzeReverseStream(&frame));
54 SetFrameSampleRate(&frame, 32000);
57 EXPECT_NOERR(mock.ProcessStream(&frame));
60 frame.num_channels_ = 2;
63 EXPECT_NOERR(mock.ProcessStream(&frame));
65 frame
[all...]
/external/webrtc/webrtc/modules/video_coding/
H A Ddecoding_state.cc53 bool VCMDecodingState::IsOldFrame(const VCMFrameBuffer* frame) const {
54 assert(frame != NULL);
57 return !IsNewerTimestamp(frame->TimeStamp(), time_stamp_);
67 void VCMDecodingState::SetState(const VCMFrameBuffer* frame) { argument
68 assert(frame != NULL && frame->GetHighSeqNum() >= 0);
69 if (!UsingFlexibleMode(frame))
70 UpdateSyncState(frame);
71 sequence_num_ = static_cast<uint16_t>(frame->GetHighSeqNum());
72 time_stamp_ = frame
111 UpdateEmptyFrame(const VCMFrameBuffer* frame) argument
149 UpdateSyncState(const VCMFrameBuffer* frame) argument
[all...]
/external/aac/libSACdec/src/
H A Dsac_smoothing.h109 void SpatialDecSmoothM1andM2(spatialDec *self, const SPATIAL_BS_FRAME *frame,
111 void SpatialDecSmoothOPD(spatialDec *self, const SPATIAL_BS_FRAME *frame,
/external/compiler-rt/test/asan/TestCases/
H A Dstack-oob-frames.cc12 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) { argument
16 switch (frame) {
23 NOINLINE static void Frame1(int frame, char *a, char *b) { argument
24 char c[4] = {0}; Frame0(frame, a, b, c);
27 NOINLINE static void Frame2(int frame, char *a) { argument
28 char b[4] = {0}; Frame1(frame, a, b);
31 NOINLINE static void Frame3(int frame) { argument
32 char a[4] = {0}; Frame2(frame, a);

Completed in 2527 milliseconds

1234567891011>>