/third_party/ffmpeg/libavfilter/ |
H A D | vf_premultiply.c | 748 AVFrame *frame = NULL; in activate() local
|
H A D | vf_vignette.c | 150 static void update_context(VignetteContext *s, AVFilterLink *inlink, AVFrame *frame) in update_context() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_d3d11va.c | 311 static int d3d11va_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) in d3d11va_get_buffer() argument 398 const AVFrame *frame in d3d11va_transfer_data() local [all...] |
H A D | hwcontext.c | 499 int av_hwframe_get_buffer(AVBufferRef *hwframe_ref, AVFrame *frame, int flags) in av_hwframe_get_buffer() argument [all...] |
/third_party/glfw/examples/ |
H A D | heightmap.c | 407 int frame; in main() local
|
/third_party/backends/backend/ |
H A D | pieusb_scancmd.c | 306 sanei_pieusb_cmd_get_scan_frame(SANE_Int device_number, SANE_Int index, struct Pieusb_Scan_Frame* frame, struct Pieusb_Command_Status *status) in sanei_pieusb_cmd_get_scan_frame() argument 481 sanei_pieusb_cmd_set_scan_frame(SANE_Int device_number, SANE_Int index, struct Pieusb_Scan_Frame* frame, struct Pieusb_Command_Status *status) sanei_pieusb_cmd_set_scan_frame() argument [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_video.c | 770 struct uvc_transfer_data *frame; in uvc_copy_continue() local [all...] |
/third_party/mesa3d/include/drm-uapi/ |
H A D | lima_drm.h | 74 __u32 frame[LIMA_GP_FRAME_REG_NUM]; member 82 __u32 frame[LIMA_PP_FRAME_REG_NUM]; member 91 __u32 frame[LIMA_PP_FRAME_REG_NUM]; member 122 __u64 frame; /* in, GP/PP frame */ member
|
/third_party/lame/mpglib/ |
H A D | mpg123.h | 94 struct frame { struct
|
/third_party/node/src/ |
H A D | debug_utils.cc | 311 void* frame = frames[i]; in DumpBacktrace() local
|
/third_party/nghttp2/examples/ |
H A D | libevent-client.c | 215 on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) on_header_callback() argument 237 on_begin_headers_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_begin_headers_callback() argument 257 on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_frame_recv_callback() argument [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 76 nghttp2_frame *frame = NULL; in submit_headers_shared() local 226 nghttp2_frame *frame; in nghttp2_submit_priority() local 320 nghttp2_frame *frame; nghttp2_submit_push_promise() local 511 nghttp2_frame *frame; nghttp2_submit_altsvc() local 592 nghttp2_frame *frame; nghttp2_submit_origin() local 677 nghttp2_frame *frame; nghttp2_submit_priority_update() local 815 nghttp2_frame *frame; nghttp2_submit_data() local 869 nghttp2_frame *frame; nghttp2_submit_extension() local [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.cc | 718 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() argument 734 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() argument
|
H A D | app_helper.cc | 258 void print_frame(print_type ptype, const nghttp2_frame *frame) { in print_frame() argument 388 verbose_on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) verbose_on_header_callback() argument 409 verbose_on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) verbose_on_frame_recv_callback() argument 419 verbose_on_invalid_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, int lib_error_code, void *user_data) verbose_on_invalid_frame_recv_callback() argument 431 verbose_on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) verbose_on_frame_send_callback() argument [all...] |
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 35 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs) { in unpack_framebuf() argument 44 int unpack_frame(nghttp2_frame *frame, const uint8_t *in, size_t len) { in unpack_frame() argument 220 nghttp2_frame frame; pack_headers() local 239 nghttp2_frame frame; pack_push_promise() local [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 76 nghttp2_frame *frame = NULL; in submit_headers_shared() local 226 nghttp2_frame *frame; in nghttp2_submit_priority() local 320 nghttp2_frame *frame; nghttp2_submit_push_promise() local 511 nghttp2_frame *frame; nghttp2_submit_altsvc() local 592 nghttp2_frame *frame; nghttp2_submit_origin() local 677 nghttp2_frame *frame; nghttp2_submit_priority_update() local 815 nghttp2_frame *frame; nghttp2_submit_data() local 869 nghttp2_frame *frame; nghttp2_submit_extension() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video_bsp.c | 116 struct nv84_video_buffer *frame = (struct nv84_video_buffer *)desc->ref[i]; in nv84_decoder_bsp() local [all...] |
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmp_redirector.c | 740 struct eth_frame frame; /* captured frame data */ capture_frames() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | frame.h | 229 FrameAccessState(const Frame* const frame) FrameAccessState() argument 235 const Frame* frame() const { return frame_; } frame() function in v8::internal::compiler::FrameAccessState [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 100 WasmFrame* frame = WasmFrame::cast(it.frame()); in Local() local 114 JavaScriptFrame* frame = it.javascript_frame(); in Local() local 206 ContextBuilder(Isolate* isolate, JavaScriptFrame* frame, int inlined_jsframe_index) ContextBuilder() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-stack-trace-impl.cc | 338 const StackFrame& frame = *m_frames[i]; in toString() local 391 StackFrame* V8StackTraceImpl::StackFrameIterator::frame() { frame() function in v8_inspector::V8StackTraceImpl::StackFrameIterator [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | tiering-manager.cc | 151 bool HaveCachedOSRCodeForCurrentBytecodeOffset(UnoptimizedFrame* frame, in HaveCachedOSRCodeForCurrentBytecodeOffset() argument 270 MaybeOptimizeFrame(JSFunction function, UnoptimizedFrame* frame, CodeKind code_kind) MaybeOptimizeFrame() argument 327 ShouldOptimize(JSFunction function, CodeKind code_kind, JavaScriptFrame* frame) ShouldOptimize() argument 441 UnoptimizedFrame* frame = UnoptimizedFrame::cast(it.frame()); OnInterruptTick() local [all...] |
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 93 StackFrame* const frame = frame_it.frame(); in GetCallStack() local 152 StackFrame* const frame = frame_it->frame(); in FindWasmFrame() local [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-interpreter-frame-state.h | 69 const RegisterFrameArray<ValueNode*>& frame() const { return frame_; } in frame() function in v8::internal::maglev::InterpreterFrameState
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-scopes.cc | 348 JavaScriptFrame* frame = it.frame(); in GetCallerArguments() local [all...] |