Home
last modified time | relevance | path

Searched defs:frame (Results 1076 - 1100 of 1751) sorted by relevance

1...<<41424344454647484950>>...71

/third_party/ffmpeg/libavfilter/
H A Dvf_frei0r.c484 AVFrame *frame = ff_default_get_video_buffer2(outlink, outlink->w, outlink->h, 16); in source_request_frame() local
H A Dvf_lut2.c591 static int tlut2_filter_frame(AVFilterLink *inlink, AVFrame *frame) in tlut2_filter_frame() argument
H A Dvf_scale_cuda.c85 AVFrame *frame; member
[all...]
H A Dvf_transpose_npp.c71 AVFrame *frame; member
[all...]
H A Dvf_huesaturation.c381 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
H A Dvf_perspective.c440 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
H A Dvf_showinfo.c66 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 Dvf_w3fdif.c516 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
/third_party/ffmpeg/libavformat/
H A Dvividas.c758 int64_t frame; in viv_read_seek() local
H A Davformat.c589 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 Du3g.c849 uint32_t frame; in u3g_write_callback() local
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dhdspm.h115 enum hdspm_ltc_frame frame; member
/third_party/libsnd/src/
H A Dflac.c79 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 Dnode_report.cc493 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 Dgwp_asan.c313 unwind_info *frame = (unwind_info*)(current_frame_addr); in libc_gwp_asan_unwind_fast() local
[all...]
/third_party/nghttp2/examples/
H A Dclient.c218 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 Dgwp_asan.c313 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 Dnouveau_video.c275 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 Dcode-generator-impl.h175 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 Dregister-allocator-verifier.cc61 RegisterAllocatorVerifier( Zone* zone, const RegisterConfiguration* config, const InstructionSequence* sequence, const Frame* frame) RegisterAllocatorVerifier() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc937 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 Daccessors.cc407 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 Dframes-inl.h283 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 Dcall-site-info.cc606 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 Druntime-wasm.cc54 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...]

Completed in 29 milliseconds

1...<<41424344454647484950>>...71