/third_party/ffmpeg/libavfilter/ |
H A D | vf_frei0r.c | 484 AVFrame *frame = ff_default_get_video_buffer2(outlink, outlink->w, outlink->h, 16); in source_request_frame() local
|
H A D | vf_lut2.c | 591 static int tlut2_filter_frame(AVFilterLink *inlink, AVFrame *frame) in tlut2_filter_frame() argument
|
H A D | vf_scale_cuda.c | 85 AVFrame *frame; member [all...] |
H A D | vf_transpose_npp.c | 71 AVFrame *frame; member [all...] |
H A D | vf_huesaturation.c | 381 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
|
H A D | vf_perspective.c | 440 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
|
H A D | vf_showinfo.c | 66 static void dump_spherical(AVFilterContext *ctx, AVFrame *frame, const AVFrameSideData *sd) in dump_spherical() argument 613 static void dump_color_property(AVFilterContext *ctx, AVFrame *frame) in dump_color_property() argument 680 filter_frame(AVFilterLink *inlink, AVFrame *frame) filter_frame() argument [all...] |
H A D | vf_w3fdif.c | 516 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | vividas.c | 758 int64_t frame; in viv_read_seek() local
|
H A D | avformat.c | 589 AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame) in av_guess_sample_aspect_ratio() argument 612 AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame) in av_guess_frame_rate() argument [all...] |
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 849 uint32_t frame; in u3g_write_callback() local [all...] |
/third_party/alsa-lib/include/sound/uapi/ |
H A D | hdspm.h | 115 enum hdspm_ltc_frame frame; member
|
/third_party/libsnd/src/ |
H A D | flac.c | 79 const FLAC__Frame *frame ; member 177 const FLAC__Frame *frame = pflac->frame ; in flac_buffer_copy() local 397 sf_flac_write_callback (const FLAC__StreamDecoder * UNUSED (decoder), const FLAC__Frame *frame, const int32_t * const buffer [], void *client_data) global() variable [all...] |
/third_party/node/src/ |
H A D | node_report.cc | 493 Local<StackFrame> frame = stack->GetFrame(isolate, i); in PrintJavaScriptStack() local 560 void* frame = frames[i]; in PrintNativeStack() local
|
/third_party/musl/porting/linux/user/src/gwp_asan/ |
H A D | gwp_asan.c | 313 unwind_info *frame = (unwind_info*)(current_frame_addr);
in libc_gwp_asan_unwind_fast() local [all...] |
/third_party/nghttp2/examples/ |
H A D | client.c | 218 on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_frame_send_callback() argument 246 on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_frame_recv_callback() argument [all...] |
/third_party/musl/src/gwp_asan/linux/ |
H A D | gwp_asan.c | 313 unwind_info *frame = (unwind_info*)(current_frame_addr);
in libc_gwp_asan_unwind_fast() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.c | 275 bool frame = dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME; in nouveau_vpe_mb_mv_header() local 232 nouveau_vpe_mb_mv(struct nouveau_decoder *dec, unsigned mc_header, bool luma, bool frame, bool forward, bool vert, int x, int y, const short motions[2], unsigned surface, bool first) nouveau_vpe_mb_mv() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator-impl.h | 175 const Frame* frame() const { return gen_->frame(); } in frame() function in v8::internal::compiler::InstructionOperandConverter 264 const Frame* frame() const { return frame_; } in frame() function in v8::internal::compiler::OutOfLineCode
|
H A D | register-allocator-verifier.cc | 61 RegisterAllocatorVerifier( Zone* zone, const RegisterConfiguration* config, const InstructionSequence* sequence, const Frame* frame) RegisterAllocatorVerifier() argument
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-scopes.cc | 937 JavaScriptFrame* frame = GetFrame(); in VisitLocalScope() local 1003 JavaScriptFrame* frame = GetFrame(); in SetLocalVariableValue() local 1024 JavaScriptFrame* frame = GetFrame(); in SetLocalVariableValue() local
|
/third_party/node/deps/v8/src/builtins/ |
H A D | accessors.cc | 407 Handle<JSObject> ArgumentsForInlinedFunction(JavaScriptFrame* frame, in ArgumentsForInlinedFunction() argument 451 int FindFunctionInFrame(JavaScriptFrame* frame, Handle<JSFunction> function) { in FindFunctionInFrame() argument 465 JavaScriptFrame* frame = it->frame(); in GetFrameArguments() local 503 FunctionGetArguments(JavaScriptFrame* frame, int inlined_jsframe_index) FunctionGetArguments() argument 527 JavaScriptFrame* frame = it.frame(); FunctionArgumentsGetter() local [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | frames-inl.h | 283 inline JavaScriptFrame* JavaScriptFrameIterator::frame() const { in frame() function in v8::internal::JavaScriptFrameIterator 284 StackFrame* frame = iterator_.frame(); in frame() local 289 StackFrame* frame = iterator_.Reframe(); in Reframe() local 293 inline CommonFrame* StackTraceFrameIterator::frame() const { in frame() function in v8::internal::StackTraceFrameIterator 294 StackFrame* frame in frame() local 320 inline StackFrame* SafeStackFrameIterator::frame() const { frame() function in v8::internal::SafeStackFrameIterator [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | call-site-info.cc | 606 void AppendFileLocation(Isolate* isolate, Handle<CallSiteInfo> frame, in AppendFileLocation() argument 670 void AppendMethodCall(Isolate* isolate, Handle<CallSiteInfo> frame, in AppendMethodCall() argument 717 SerializeJSStackFrame(Isolate* isolate, Handle<CallSiteInfo> frame, IncrementalStringBuilder* builder) SerializeJSStackFrame() argument 753 SerializeWasmStackFrame(Isolate* isolate, Handle<CallSiteInfo> frame, IncrementalStringBuilder* builder) SerializeWasmStackFrame() argument 795 SerializeCallSiteInfo(Isolate* isolate, Handle<CallSiteInfo> frame, IncrementalStringBuilder* builder) SerializeCallSiteInfo() argument 806 SerializeCallSiteInfo(Isolate* isolate, Handle<CallSiteInfo> frame) SerializeCallSiteInfo() argument [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-wasm.cc | 54 FrameType* frame() { return FrameType::cast(frame_iterator_.frame()); } in frame() function in v8::internal::__anon15054::FrameFinder 561 WasmFrame* frame = frame_finder.frame(); RUNTIME_FUNCTION() local [all...] |