Home
last modified time | relevance | path

Searched defs:frame (Results 1051 - 1075 of 1124) sorted by relevance

1...<<4142434445

/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c2065 mlp_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet) mlp_encode_frame() argument
[all...]
H A Ddiracdec.c275 static int add_frame(DiracFrame *framelist[], int maxframes, DiracFrame *frame) in add_frame() argument
1893 uint8_t *frame = s->current_picture->avframe->data[comp]; in dirac_decode_frame_internal() local
[all...]
H A Dilbcdec.c95 ILBCFrame frame; member
132 ILBCFrame *frame = &s->frame; in unpack_frame() local
1359 ilbc_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) ilbc_decode_frame() argument
[all...]
H A Dexr.c1550 static int decode_header(EXRContext *s, AVFrame *frame) in decode_header() argument
H A Dcbs_av1.h399 AV1RawFrame frame; member
H A Daacdec_template.c3239 aac_decode_frame_int(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, GetBitContext *gb, const AVPacket *avpkt) global() argument
3452 aac_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) global() argument
[all...]
H A Dspeexdec.c1536 speex_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) speex_decode_frame() argument
[all...]
H A Dvideotoolboxenc.c2111 get_cv_pixel_info( AVCodecContext *avctx, const AVFrame *frame, int *color, int *plane_count, size_t *widths, size_t *heights, size_t *strides, size_t *contiguous_buf_size) get_cv_pixel_info() argument
2185 copy_avframe_to_pixel_buffer(AVCodecContext *avctx, const AVFrame *frame, CVPixelBufferRef cv_img, const size_t *plane_strides, const size_t *plane_rows) copy_avframe_to_pixel_buffer() argument
2277 create_cv_pixel_buffer(AVCodecContext *avctx, const AVFrame *frame, CVPixelBufferRef *cv_img) create_cv_pixel_buffer() argument
2374 create_encoder_dict_h264(const AVFrame *frame, CFDictionaryRef* dict_out) create_encoder_dict_h264() argument
2390 vtenc_send_frame(AVCodecContext *avctx, VTEncContext *vtctx, const AVFrame *frame) vtenc_send_frame() argument
2448 vtenc_frame( AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) vtenc_frame() argument
[all...]
H A Dmpegvideo_enc.c1195 static int encode_frame(AVCodecContext *c, AVFrame *frame, AVPacket *pkt) in encode_frame() argument
H A Dvp8.c153 VP8Frame *frame = NULL; in vp8_find_free_buffer() local
2814 ff_vp8_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) ff_vp8_decode_frame() argument
2821 vp7_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) vp7_decode_frame() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c2010 AVFrame *frame = NULL; activate() local
[all...]
H A Dvsrc_testsrc.c157 AVFrame *frame; in activate() local
300 haldclutsrc_fill_picture(AVFilterContext *ctx, AVFrame *frame) haldclutsrc_fill_picture() argument
552 test_fill_picture(AVFilterContext *ctx, AVFrame *frame) test_fill_picture() argument
726 draw_text(TestSourceContext *s, AVFrame *frame, FFDrawColor *color, int x0, int y0, const uint8_t *text) draw_text() argument
744 test2_fill_picture(AVFilterContext *ctx, AVFrame *frame) test2_fill_picture() argument
1035 rgbtest_fill_picture_complement(AVFilterContext *ctx, AVFrame *frame) rgbtest_fill_picture_complement() argument
1058 rgbtest_fill_picture(AVFilterContext *ctx, AVFrame *frame) rgbtest_fill_picture() argument
1133 yuvtest_fill_picture8(AVFilterContext *ctx, AVFrame *frame) yuvtest_fill_picture8() argument
1190 yuvtest_fill_picture16(AVFilterContext *ctx, AVFrame *frame) yuvtest_fill_picture16() argument
1358 draw_bar(TestSourceContext *test, const uint8_t color[4], int x, int y, int w, int h, AVFrame *frame) draw_bar() argument
1682 allyuv_fill_picture(AVFilterContext *ctx, AVFrame *frame) allyuv_fill_picture() argument
1742 allrgb_fill_picture(AVFilterContext *ctx, AVFrame *frame) allrgb_fill_picture() argument
1829 colorspectrum_fill_picture(AVFilterContext *ctx, AVFrame *frame) colorspectrum_fill_picture() argument
1984 colorchart_fill_picture(AVFilterContext *ctx, AVFrame *frame) colorchart_fill_picture() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dmxfenc.c2759 unsigned frame; mxf_write_system_item() local
[all...]
/third_party/glfw/src/
H A Dwl_window.c690 void libdecorFrameHandleConfigure(struct libdecor_frame* frame, in libdecorFrameHandleConfigure() argument
774 void libdecorFrameHandleClose(struct libdecor_frame* frame, voi argument
780 libdecorFrameHandleCommit(struct libdecor_frame* frame, void* userData) libdecorFrameHandleCommit() argument
786 libdecorFrameHandleDismissPopup(struct libdecor_frame* frame, const char* seatName, void* userData) libdecorFrameHandleDismissPopup() argument
[all...]
/third_party/backends/backend/
H A Dmicrotek2.c7406 int frame; in segreg_proc_data() local
/third_party/node/src/
H A Dnode_http2.cc876 int32_t GetFrameID(const nghttp2_frame* frame) { in GetFrameID() argument
888 OnBeginHeadersCallback(nghttp2_session* handle, const nghttp2_frame* frame, void* user_data) OnBeginHeadersCallback() argument
924 OnHeaderCallback(nghttp2_session* handle, const nghttp2_frame* frame, nghttp2_rcbuf* name, nghttp2_rcbuf* value, uint8_t flags, void* user_data) OnHeaderCallback() argument
952 OnFrameReceive(nghttp2_session* handle, const nghttp2_frame* frame, void* user_data) OnFrameReceive() argument
991 OnInvalidFrame(nghttp2_session* handle, const nghttp2_frame* frame, int lib_error_code, void* user_data) OnInvalidFrame() argument
1024 DecrefHeaders(const nghttp2_frame* frame) DecrefHeaders() argument
1064 OnFrameNotSent(nghttp2_session* handle, const nghttp2_frame* frame, int error_code, void* user_data) OnFrameNotSent() argument
1101 OnFrameSent(nghttp2_session* handle, const nghttp2_frame* frame, void* user_data) OnFrameSent() argument
1148 OnInvalidHeader(nghttp2_session* session, const nghttp2_frame* frame, nghttp2_rcbuf* name, nghttp2_rcbuf* value, uint8_t flags, void* user_data) OnInvalidHeader() argument
1244 OnSelectPadding(nghttp2_session* handle, const nghttp2_frame* frame, size_t maxPayloadLen, void* user_data) OnSelectPadding() argument
1332 HandleHeadersFrame(const nghttp2_frame* frame) HandleHeadersFrame() argument
1386 HandlePriorityFrame(const nghttp2_frame* frame) HandlePriorityFrame() argument
1413 HandleDataFrame(const nghttp2_frame* frame) HandleDataFrame() argument
1435 HandleGoawayFrame(const nghttp2_frame* frame) HandleGoawayFrame() argument
1465 HandleAltSvcFrame(const nghttp2_frame* frame) HandleAltSvcFrame() argument
1488 HandleOriginFrame(const nghttp2_frame* frame) HandleOriginFrame() argument
1511 HandlePingFrame(const nghttp2_frame* frame) HandlePingFrame() argument
1546 HandleSettingsFrame(const nghttp2_frame* frame) HandleSettingsFrame() argument
1817 OnSendData( nghttp2_session* session_, nghttp2_frame* frame, const uint8_t* framehd, size_t length, nghttp2_data_source* source, void* user_data) OnSendData() argument
[all...]
/third_party/nghttp2/src/
H A Dnghttp.cc1901 int on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback() argument
1786 select_padding_callback(nghttp2_session *session, const nghttp2_frame *frame, size_t max_payload, void *user_data) select_padding_callback() argument
1854 on_begin_headers_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_begin_headers_callback() argument
1970 on_frame_recv_callback2(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_frame_recv_callback2() argument
2097 before_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) before_frame_send_callback() argument
2113 on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_frame_send_callback() argument
2140 on_frame_not_send_callback(nghttp2_session *session, const nghttp2_frame *frame, int lib_error_code, void *user_data) on_frame_not_send_callback() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1234 static void wsi_display_vblank_handler(int fd, unsigned int frame, in wsi_display_vblank_handler() argument
1243 static void wsi_display_sequence_handler(int fd, uint64_t frame, in wsi_display_sequence_handler() argument
1204 wsi_display_page_flip_handler2(int fd, unsigned int frame, unsigned int sec, unsigned int usec, uint32_t crtc_id, void *data) wsi_display_page_flip_handler2() argument
1225 wsi_display_page_flip_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, void *data) wsi_display_page_flip_handler() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4636 FinishFrame(Frame* frame) FinishFrame() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h299 Frame* frame() const { return frame_; } in frame() function in v8::internal::compiler::RegisterAllocationFlag::final
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3367 void CodeGenerator::FinishFrame(Frame* frame) { in FinishFrame() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc490 void Debug::Break(JavaScriptFrame* frame, Handl argument
114 FromFrame(Handle<DebugInfo> debug_info, JavaScriptFrame* frame) FromFrame() argument
156 AllAtCurrentStatement( Handle<DebugInfo> debug_info, JavaScriptFrame* frame, std::vector<BreakLocation>* result_out) AllAtCurrentStatement() argument
654 IsMutedAtCurrentLocation(JavaScriptFrame* frame) IsMutedAtCurrentLocation() argument
668 GetHitBreakpointsAtCurrentStatement( JavaScriptFrame* frame, bool* has_break_points) GetHitBreakpointsAtCurrentStatement() argument
1113 JavaScriptFrame* frame = it.frame(); PrepareStepOnThrow() local
1128 JavaScriptFrame* frame = JavaScriptFrame::cast(it.frame()); PrepareStepOnThrow() local
1190 CommonFrame* frame = frames_it.frame(); PrepareStep() local
1414 BaselineFrame* frame = BaselineFrame::cast(it.frame()); global() variable
1427 JavaScriptFrame* frame = it.frame(); global() variable
2072 IsBreakAtReturn(JavaScriptFrame* frame) IsBreakAtReturn() argument
2167 IsFrameBlackboxed(JavaScriptFrame* frame) IsFrameBlackboxed() argument
2842 PerformSideEffectCheckAtBytecode(InterpretedFrame* frame) PerformSideEffectCheckAtBytecode() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc3376 CompileOptimizedOSR(Isolate* isolate, Handle<JSFunction> function, BytecodeOffset osr_offset, UnoptimizedFrame* frame, ConcurrencyMode mode) Compile() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc1486 auto frame = CallFrame::create() in currentCallFrames() local
/third_party/node/deps/v8/src/execution/
H A Dframes.cc64 StackHandlerIterator(const StackFrame* frame, StackHandler* handler) in StackHandlerIterator() argument
264 IsValidFrame(StackFrame* frame) IsValidFrame() argument
496 IsValidCaller(StackFrame* frame) IsValidCaller() argument
1426 JavaScriptFrame* frame = it.frame(); PrintTop() local
1698 GetTop(const CommonFrame* frame) GetTop() argument
1705 GetBottom(const CommonFrame* frame) GetBottom() argument
1709 GetSingle(const CommonFrame* frame) GetSingle() argument
1716 Get(const CommonFrame* frame, int index) Get() argument
[all...]

Completed in 83 milliseconds

1...<<4142434445