Home
last modified time | relevance | path

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

1...<<414243444546

/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...]
/third_party/node/deps/v8/src/ic/
H A Dic.cc148 JavaScriptFrame* frame = it.frame(); in TraceIC() local
/third_party/python/Python/
H A Dsysmodule.c933 call_trampoline(PyThreadState *tstate, PyObject* callback, PyFrameObject *frame, int what, PyObject *arg) call_trampoline() argument
957 profile_trampoline(PyObject *self, PyFrameObject *frame, int what, PyObject *arg) profile_trampoline() argument
976 trace_trampoline(PyObject *self, PyFrameObject *frame, int what, PyObject *arg) trace_trampoline() argument
1819 _PyInterpreterFrame *frame = tstate->cframe->current_frame; sys__getframe_impl() local
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp1327 DrawImageRectLayerCommand(DebugLayerManager* layerManager, const int nodeId, const int frame, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectLayerCommand() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c5633 int drm_hdmi_infoframe_set_hdr_metadata(struct hdmi_drm_infoframe *frame, const struct drm_connector_state *conn_state) in drm_hdmi_infoframe_set_hdr_metadata() argument
5738 drm_hdmi_avi_infoframe_from_display_mode(struct hdmi_avi_infoframe *frame, const struct drm_connector *connector, const struct drm_display_mode *mode) drm_hdmi_avi_infoframe_from_display_mode() argument
5858 drm_hdmi_avi_infoframe_colorspace(struct hdmi_avi_infoframe *frame, const struct drm_connector_state *conn_state) drm_hdmi_avi_infoframe_colorspace() argument
5886 drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame, const struct drm_connector *connector, const struct drm_display_mode *mode, enum hdmi_quantization_range rgb_quant_range) drm_hdmi_avi_infoframe_quant_range() argument
5935 drm_hdmi_avi_infoframe_bars(struct hdmi_avi_infoframe *frame, const struct drm_connector_state *conn_state) drm_hdmi_avi_infoframe_bars() argument
5983 drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame, const struct drm_connector *connector, const struct drm_display_mode *mode) drm_hdmi_vendor_infoframe_from_display_mode() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-dp.c2143 struct hdmi_audio_infoframe frame; in dw_dp_audio_infoframe_send() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c2169 struct hdmi_audio_infoframe frame; in dw_dp_audio_infoframe_send() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp431 auto frame = geometryNode->GetFrameRect(); in UpdateIsFullPageNavigation() local
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c3391 verify_md5(HEVCContext *s, AVFrame *frame) verify_md5() argument
[all...]
H A Dhevcdec.h394 AVFrame *frame; member
488 AVFrame *frame; member
[all...]
H A Dvp3.c2591 vp3_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) vp3_decode_frame() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c179 AVFrame *frame = ist->sub2video.frame; in sub2video_get_blank_frame() local
224 AVFrame *frame = ist->sub2video.frame; sub2video_push_ref() local
242 AVFrame *frame = ist->sub2video.frame; sub2video_update() local
531 AVFrame *frame; ffmpeg_cleanup() local
764 adjust_frame_pts_to_encoder_tb(OutputFile *of, OutputStream *ost, AVFrame *frame) adjust_frame_pts_to_encoder_tb() argument
811 init_output_stream_wrapper(OutputStream *ost, AVFrame *frame, unsigned int fatal) init_output_stream_wrapper() argument
892 encode_frame(OutputFile *of, OutputStream *ost, AVFrame *frame) encode_frame() argument
974 do_audio_out(OutputFile *of, OutputStream *ost, AVFrame *frame) do_audio_out() argument
1937 ifilter_send_frame(InputFilter *ifilter, AVFrame *frame, int keep_reference) ifilter_send_frame() argument
2047 decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt) decode() argument
2954 init_output_stream_encode(OutputStream *ost, AVFrame *frame) init_output_stream_encode() argument
3117 init_output_stream(OutputStream *ost, AVFrame *frame, char *error, int error_len) init_output_stream() argument
[all...]
H A Dffmpeg.h364 AVFrame *frame; member
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1905 prepare_frame(AVHWFramesContext *hwfc, VulkanExecCtx *ectx, AVVkFrame *frame, enum PrepMode pmode) prepare_frame() argument
2017 create_frame(AVHWFramesContext *hwfc, AVVkFrame **frame, VkImageTiling tiling, VkImageUsageFlagBits usage, void *create_pnext) create_frame() argument
2413 vulkan_get_buffer(AVHWFramesContext *hwfc, AVFrame *frame) vulkan_get_buffer() argument
2443 AVVkFrame *frame; global() member
2634 vulkan_map_from_drm_frame_desc(AVHWFramesContext *hwfc, AVVkFrame **frame, const AVFrame *src) vulkan_map_from_drm_frame_desc() argument
2973 vulkan_export_to_cuda(AVHWFramesContext *hwfc, AVBufferRef *cuda_hwfc, const AVFrame *frame) vulkan_export_to_cuda() argument
3690 AVVkFrame *frame = (AVVkFrame *)f->data[0]; transfer_image_buf() local
[all...]

Completed in 115 milliseconds

1...<<414243444546