Home
last modified time | relevance | path

Searched defs:frame (Results 826 - 850 of 1974) sorted by relevance

1...<<31323334353637383940>>...79

/third_party/ffmpeg/libavfilter/
H A Dvf_mestimate.c140 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
[all...]
H A Dvf_phase.c68 AVFrame *frame; /* previous frame */ member
[all...]
H A Dvf_thumbnail.c135 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
[all...]
H A Dvf_telecine.c52 AVFrame *frame[5]; member
234 AVFrame *frame = av_frame_clone(s->frame[i]); filter_frame() local
[all...]
H A Dvf_kerndeint.c40 int frame; ///< frame count, starting from 0 member
/third_party/ffmpeg/libavformat/
H A Dhls_sample_encryption.c269 static int get_next_adts_frame(CodecParserContext *ctx, AudioFrame *frame) in get_next_adts_frame() argument
299 static int get_next_ac3_eac3_sync_frame(CodecParserContext *ctx, AudioFrame *frame) in get_next_ac3_eac3_sync_frame() argument
332 get_next_sync_frame(enum AVCodecID codec_id, CodecParserContext *ctx, AudioFrame *frame) get_next_sync_frame() argument
342 decrypt_sync_frame(enum AVCodecID codec_id, HLSCryptoContext *crypto_ctx, AudioFrame *frame) decrypt_sync_frame() argument
365 AudioFrame frame; decrypt_audio_frame() local
[all...]
H A Dvapoursynth.c302 AVFrame *frame = (AVFrame *)data; in free_frame() local
319 const VSFrameRef *frame; member
339 AVFrame *frame = NULL; in read_packet_vs() local
[all...]
H A Ddvenc.c83 static int dv_audio_frame_size(const AVDVProfile* sys, int frame, int sample_rate) in dv_audio_frame_size() argument
212 static void dv_inject_metadata(DVMuxContext *c, uint8_t* frame) in dv_inject_metadata() argument
246 dv_assemble_frame(AVFormatContext *s, DVMuxContext *c, AVStream* st, const uint8_t *data, int data_size, uint8_t **frame) dv_assemble_frame() argument
419 uint8_t* frame; dv_write_packet() local
[all...]
H A Drtpdec_jpeg.c35 AVIOContext *frame; ///< current frame buffer member
[all...]
H A Dswfdec.c217 int tag, len, i, frame, v, res; in swf_read_packet() local
/third_party/ffmpeg/libavutil/
H A Dhwcontext_cuda.c174 static int cuda_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) in cuda_get_buffer() argument
[all...]
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c84 static int subtitle_handler(AVCodecContext *avctx, void *frame, in subtitle_handler() argument
94 static int audio_video_handler(AVCodecContext *avctx, AVFrame *frame, in audio_video_handler() argument
107 static int fuzz_video_get_buffer(AVCodecContext *ctx, AVFrame *frame) in fuzz_video_get_buffer() argument
147 fuzz_get_buffer2(AVCodecContext *ctx, AVFrame *frame, int flags) fuzz_get_buffer2() argument
439 AVFrame *frame = av_frame_alloc(); LLVMFuzzerTestOneInput() local
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleItemDialog.java70 public BundleItemDialog(RBManager rbm, BundleItem item, String user, JFrame frame, String title, boolean modal) { in BundleItemDialog() argument
H A DResourceCreationDialog.java61 public ResourceCreationDialog(RBManager rbm, JFrame frame, String title, boolean modal) { in ResourceCreationDialog() argument
H A DBundleItemCreationDialog.java65 public BundleItemCreationDialog(RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
73 public BundleItemCreationDialog(String groupName, RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
81 public BundleItemCreationDialog(BundleItem item, RBManager rbm, JFrame frame, String title, boolean modal) { in BundleItemCreationDialog() argument
/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c289 unw_tdep_frame_t *frame; trace_lookup() local
[all...]
/third_party/libunwind/libunwind/src/aarch64/
H A DGtrace.c291 unw_tdep_frame_t *frame; trace_lookup() local
[all...]
/third_party/libunwind/libunwind/src/arm/
H A DGtrace.c292 unw_tdep_frame_t *frame; trace_lookup() local
[all...]
/third_party/node/src/
H A Dnode_util.cc152 Local<StackFrame> frame = trace->GetFrame(isolate, 1); in GetCallerLocation() local
/third_party/nghttp2/lib/
H A Dnghttp2_http.c350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument
444 nghttp2_http_on_request_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_request_headers() argument
508 nghttp2_http_on_trailer_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_trailer_headers() argument
544 nghttp2_http_record_request_method(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_record_request_method() argument
[all...]
/third_party/nghttp2/src/
H A Dh2load_http2_session.cc45 int on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback() argument
70 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() argument
109 before_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) before_frame_send_callback() argument
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c74 nghttp2_headers frame, oframe; in test_nghttp2_frame_pack_headers() local
170 nghttp2_headers frame; in test_nghttp2_frame_pack_headers_frame_too_large() local
210 nghttp2_priority frame, oframe; test_nghttp2_frame_pack_priority() local
239 nghttp2_rst_stream frame, oframe; test_nghttp2_frame_pack_rst_stream() local
275 nghttp2_settings frame, oframe; test_nghttp2_frame_pack_settings() local
312 nghttp2_push_promise frame, oframe; test_nghttp2_frame_pack_push_promise() local
360 nghttp2_ping frame, oframe; test_nghttp2_frame_pack_ping() local
381 nghttp2_goaway frame, oframe; test_nghttp2_frame_pack_goaway() local
429 nghttp2_window_update frame, oframe; test_nghttp2_frame_pack_window_update() local
449 nghttp2_extension frame, oframe; test_nghttp2_frame_pack_altsvc() local
502 nghttp2_extension frame, oframe; test_nghttp2_frame_pack_origin() local
594 nghttp2_extension frame, oframe; test_nghttp2_frame_pack_priority_update() local
[all...]
H A Dfailmalloc_test.c277 nghttp2_frame frame; in run_nghttp2_session_recv() local
397 nghttp2_frame frame, oframe; run_nghttp2_frame_pack_headers() local
447 nghttp2_frame frame, oframe; run_nghttp2_frame_pack_settings() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument
444 nghttp2_http_on_request_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_request_headers() argument
508 nghttp2_http_on_trailer_headers(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_on_trailer_headers() argument
544 nghttp2_http_record_request_method(nghttp2_stream *stream, nghttp2_frame *frame) nghttp2_http_record_request_method() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.cc339 Node* frame = jsgraph()->graph()->NewNode( in Finalize() local

Completed in 15 milliseconds

1...<<31323334353637383940>>...79