Searched refs:frame_ptr (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/error_handling/
H A Derror_handling.c73 ssprintf(ss, "\"frame_ptr\": %u,\n", frame->frame_ptr);
78 start = frame->frame_ptr + 8;
80 start = frame->frame_ptr + 16;
100 ssprintf(ss, "\"frame_ptr\": %u\n", portable_context->frame_ptr);
111 frame->frame_ptr = portable_context->frame_ptr;
112 frame->next_ptr = EHReadPointer(portable_context->frame_ptr);
118 uintptr_t frame_ptr; local
[all...]
H A Derror_handling.h22 uint32_t frame_ptr; member in struct:__anon8911
/external/srec/srec/crec/
H A Dget_fram.c219 featdata *frame_ptr; local
233 frame_ptr = currentRECframePtr(utt->gen_utt.frame);
234 if (frame_ptr == NULL)
239 memcpy(prep->last_frame, frame_ptr,
243 prep->seq[ii] = (imeldata)frame_ptr[ii];
377 featdata frame_ptr[MAX_DIMEN]; local
383 frame_ptr[ii] = (featdata) RANGE(prep->seq[ii], 0, 255);
384 if (pushSingleFEPframe(oututt->gen_utt.frame, frame_ptr,
427 featdata *frame_ptr; local
429 frame_ptr
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaprocessor.h53 virtual void OnFrame(uint32 ssrc, VideoFrame* frame_ptr, bool* drop_frame) { argument
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.cc39 void SurfacesImpl::SubmitFrame(SurfaceIdPtr id, FramePtr frame_ptr) { argument
49 frame_ptr.To<scoped_ptr<cc::CompositorFrame> >(),
/external/chromium_org/content/renderer/
H A Dweb_ui_extension.cc30 blink::WebFrame** frame_ptr,
50 *frame_ptr = frame;
29 ShouldRespondToRequest( blink::WebFrame** frame_ptr, RenderView** render_view_ptr) argument
/external/srec/srec/clib/
H A Dfpi_tgt.c727 featdata *frame_ptr; local
756 frame_ptr = currentRECframePtr(frmPkt);
758 log_report("%d %d %x\n", frame_ptr[0],
759 frame_ptr[frmPkt->uttDim], frame_ptr);
761 if ((frame_ptr[frmPkt->uttDim] & BELOW_THRESHOLD_BIT))
767 add_distribution_data(spec[jj], (int) frame_ptr[jj]);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtemporal_filter.c143 YV12_BUFFER_CONFIG *frame_ptr,
175 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
176 x->e_mbd.pre.y_stride = frame_ptr->y_stride;
139 vp8_temporal_filter_find_matching_mb_c( VP8_COMP *cpi, YV12_BUFFER_CONFIG *arf_frame, YV12_BUFFER_CONFIG *frame_ptr, int mb_offset, int error_thresh ) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c142 YV12_BUFFER_CONFIG *frame_ptr,
174 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
175 x->e_mbd.pre.y_stride = frame_ptr->y_stride;
138 vp8_temporal_filter_find_matching_mb_c( VP8_COMP *cpi, YV12_BUFFER_CONFIG *arf_frame, YV12_BUFFER_CONFIG *frame_ptr, int mb_offset, int error_thresh ) argument
/external/chromium_org/v8/src/
H A Ddeoptimizer.cc1636 intptr_t frame_ptr = input_->GetRegister(fp_reg.code()); local
1637 output_frame->SetRegister(fp_reg.code(), frame_ptr);
1638 output_frame->SetFp(frame_ptr);
1695 value = frame_ptr + StandardFrameConstants::kCallerSPOffset +
1723 value = frame_ptr + StandardFrameConstants::kCallerSPOffset -
1762 value = frame_ptr + StandardFrameConstants::kCallerSPOffset +

Completed in 284 milliseconds