| /third_party/skia/third_party/externals/jinja2/ |
| D | compiler.py | 67 def new_func(self, node, frame, **kwargs): argument 325 def buffer(self, frame): argument 330 def return_buffer_contents(self, frame, force_unescaped=False): argument 356 def start_write(self, frame, node=None): argument 363 def end_write(self, frame): argument 368 def simple_write(self, s, frame, node=None): argument 374 def blockvisit(self, nodes, frame): argument 411 def signature(self, node, frame, extra_kwargs=None): argument 478 def enter_frame(self, frame): argument 494 def leave_frame(self, frame, with_python_scope=False): argument [all …]
|
| D | nativetypes.py | 50 def _output_child_to_const(self, node, frame, finalize): argument 61 def _output_child_pre(self, node, frame, finalize): argument 65 def _output_child_post(self, node, frame, finalize): argument
|
| /third_party/nghttp2/lib/ |
| D | nghttp2_frame.c | 62 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, in nghttp2_frame_headers_init() 79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free() 83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init() 90 void nghttp2_frame_priority_free(nghttp2_priority *frame) { (void)frame; } in nghttp2_frame_priority_free() 92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init() 99 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame) { (void)frame; } in nghttp2_frame_rst_stream_free() 101 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, in nghttp2_frame_settings_init() 109 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem) { in nghttp2_frame_settings_free() 113 void nghttp2_frame_push_promise_init(nghttp2_push_promise *frame, uint8_t flags, in nghttp2_frame_push_promise_init() 125 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame, in nghttp2_frame_push_promise_free() [all …]
|
| D | nghttp2_session.c | 97 nghttp2_frame *frame) { in session_trailer_headers() 1123 nghttp2_frame *frame; in nghttp2_session_add_item() local 1224 nghttp2_frame *frame; in nghttp2_session_add_rst_stream() local 2211 const nghttp2_frame *frame, in session_call_select_padding() 2243 nghttp2_frame *frame) { in session_headers_add_pad() 2284 nghttp2_frame *frame) { in session_pack_extension() 2333 nghttp2_frame *frame; in session_prep_frame() local 2742 nghttp2_frame *frame) { in session_call_before_frame_send() 2759 nghttp2_frame *frame) { in session_call_on_frame_send() 2887 nghttp2_frame *frame; in session_after_frame_sent1() local [all …]
|
| /third_party/lame/mpglib/ |
| D | mpg123.h | 94 struct frame { struct 111 int framesize; /* computed framesize */ argument 114 int II_sblimit; 115 struct al_table2 const *alloc; 116 int down_sample_sblimit; 117 int down_sample;
|
| /third_party/ffmpeg/libavutil/ |
| D | frame.c | 32 #define CHECK_CHANNELS_CONSISTENCY(frame) \ argument 55 static void get_frame_defaults(AVFrame *frame) in get_frame_defaults() 92 static void wipe_side_data(AVFrame *frame) in wipe_side_data() 106 AVFrame *frame = av_malloc(sizeof(*frame)); in av_frame_alloc() local 116 void av_frame_free(AVFrame **frame) in av_frame_free() 125 static int get_video_buffer(AVFrame *frame, int align) in get_video_buffer() 194 static int get_audio_buffer(AVFrame *frame, int align) in get_audio_buffer() 259 int av_frame_get_buffer(AVFrame *frame, int align) in av_frame_get_buffer() 482 void av_frame_unref(AVFrame *frame) in av_frame_unref() 528 int av_frame_is_writable(AVFrame *frame) in av_frame_is_writable() [all …]
|
| D | mastering_display_metadata.c | 32 AVMasteringDisplayMetadata *av_mastering_display_metadata_create_side_data(AVFrame *frame) in av_mastering_display_metadata_create_side_data() 55 AVContentLightMetadata *av_content_light_metadata_create_side_data(AVFrame *frame) in av_content_light_metadata_create_side_data()
|
| /third_party/ffmpeg/libavcodec/ |
| D | interplayvideo.c | 107 static int ipvideo_decode_block_opcode_0x0(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x0() 112 static int ipvideo_decode_block_opcode_0x1(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x1() 117 static int ipvideo_decode_block_opcode_0x2(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x2() 141 static int ipvideo_decode_block_opcode_0x3(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x3() 167 static int ipvideo_decode_block_opcode_0x4(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x4() 188 static int ipvideo_decode_block_opcode_0x5(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x5() 201 static int ipvideo_decode_block_opcode_0x6(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x6() 210 static int ipvideo_decode_block_opcode_0x7(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x7() 254 static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x8() 332 static int ipvideo_decode_block_opcode_0x9(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x9() [all …]
|
| D | hevc_refs.c | 31 void ff_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags) in ff_hevc_unref_frame() 88 HEVCFrame *frame = &s->DPB[i]; in alloc_frame() local 137 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref() 144 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_set_new_ref() local 185 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_output_frame() local 194 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_output_frame() local 211 HEVCFrame *frame = &s->DPB[min_idx]; in ff_hevc_output_frame() local 248 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local 258 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local 269 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local [all …]
|
| D | dfa.c | 57 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_copy() 66 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tsw1() 109 static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dsw1() 146 static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dds1() 197 static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_bdlt() 239 static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_wdlt() 300 static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tdlt() 322 static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_blck() 340 static int dfa_decode_frame(AVCodecContext *avctx, AVFrame *frame, in dfa_decode_frame()
|
| D | sbcdec.c | 64 static int sbc_unpack_frame(const uint8_t *data, struct sbc_frame *frame, in sbc_unpack_frame() 215 struct sbc_frame *frame, in sbc_synthesize_four() 258 struct sbc_frame *frame, in sbc_synthesize_eight() 305 struct sbc_frame *frame, AVFrame *output_frame) in sbc_synthesize_audio() 340 static int sbc_decode_frame(AVCodecContext *avctx, AVFrame *frame, in sbc_decode_frame()
|
| D | decode.c | 277 static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame, int64_t *discarded_… in decode_simple_internal() 507 static int decode_simple_receive_frame(AVCodecContext *avctx, AVFrame *frame) in decode_simple_receive_frame() 523 static int decode_receive_frame_internal(AVCodecContext *avctx, AVFrame *frame) in decode_receive_frame_internal() 612 static int apply_cropping(AVCodecContext *avctx, AVFrame *frame) in apply_cropping() 639 int attribute_align_arg avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) in avcodec_receive_frame() 1235 static int add_metadata_from_side_data(const AVPacket *avpkt, AVFrame *frame) in add_metadata_from_side_data() 1247 int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame) in ff_decode_frame_props() 1252 enum AVFrameSideDataType frame; in ff_decode_frame_props() member 1345 static void validate_avframe_allocation(AVCodecContext *avctx, AVFrame *frame) in validate_avframe_allocation() 1379 int ff_attach_decode_data(AVFrame *frame) in ff_attach_decode_data() [all …]
|
| D | sbcenc.c | 51 static int sbc_analyze_audio(SBCDSPContext *s, struct sbc_frame *frame) in sbc_analyze_audio() 98 static size_t sbc_pack_frame(AVPacket *avpkt, struct sbc_frame *frame, in sbc_pack_frame() 199 struct sbc_frame *frame = &sbc->frame; in sbc_encode_init() local 282 struct sbc_frame *frame = &sbc->frame; in sbc_encode_frame() local
|
| /third_party/python/Lib/ |
| D | bdb.py | 63 def trace_dispatch(self, frame, event, arg): argument 106 def dispatch_line(self, frame): argument 118 def dispatch_call(self, frame, arg): argument 140 def dispatch_return(self, frame, arg): argument 162 def dispatch_exception(self, frame, arg): argument 202 def stop_here(self, frame): argument 217 def break_here(self, frame): argument 251 def break_anywhere(self, frame): argument 259 def user_call(self, frame, argument_list): argument 263 def user_line(self, frame): argument [all …]
|
| /third_party/python/Python/ |
| D | frame.c | 10 _PyFrame_Traverse(_PyInterpreterFrame *frame, visitproc visit, void *arg) in _PyFrame_Traverse() 27 _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame) in _PyFrame_MakeAndSetFrameObject() 79 take_ownership(PyFrameObject *f, _PyInterpreterFrame *frame) in take_ownership() 120 _PyFrame_Clear(_PyInterpreterFrame *frame) in _PyFrame_Clear() 166 _PyInterpreterFrame_GetLine(_PyInterpreterFrame *frame) in _PyInterpreterFrame_GetLine()
|
| /third_party/nghttp2/fuzz/ |
| D | fuzz_target.cc | 4 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() 12 const nghttp2_frame *frame, void *user_data) { in on_begin_headers_callback() 18 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2() 27 const nghttp2_frame *frame, void *user_data) { in before_frame_send_callback() 33 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback()
|
| D | fuzz_target_fdp.cc | 8 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() 16 const nghttp2_frame *frame, void *user_data) { in on_begin_headers_callback() 22 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2() 31 const nghttp2_frame *frame, void *user_data) { in before_frame_send_callback() 37 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback()
|
| /third_party/nghttp2/tests/ |
| D | nghttp2_frame_test.c | 96 nghttp2_headers frame, oframe; in test_nghttp2_frame_pack_headers() local 192 nghttp2_headers frame; in test_nghttp2_frame_pack_headers_frame_too_large() local 232 nghttp2_priority frame, oframe; in test_nghttp2_frame_pack_priority() local 261 nghttp2_rst_stream frame, oframe; in test_nghttp2_frame_pack_rst_stream() local 297 nghttp2_settings frame, oframe; in test_nghttp2_frame_pack_settings() local 334 nghttp2_push_promise frame, oframe; in test_nghttp2_frame_pack_push_promise() local 383 nghttp2_ping frame, oframe; in test_nghttp2_frame_pack_ping() local 403 nghttp2_goaway frame, oframe; in test_nghttp2_frame_pack_goaway() local 451 nghttp2_window_update frame, oframe; in test_nghttp2_frame_pack_window_update() local 471 nghttp2_extension frame, oframe; in test_nghttp2_frame_pack_altsvc() local [all …]
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_floodfill.c | 60 static int is_same4(const AVFrame *frame, int x, int y, in is_same4() 73 static int is_same4_16(const AVFrame *frame, int x, int y, in is_same4_16() 86 static int is_same3(const AVFrame *frame, int x, int y, in is_same3() 98 static int is_same3_16(const AVFrame *frame, int x, int y, in is_same3_16() 110 static int is_same1(const AVFrame *frame, int x, int y, in is_same1() 120 static int is_same1_16(const AVFrame *frame, int x, int y, in is_same1_16() 130 static void set_pixel1(AVFrame *frame, int x, int y, in set_pixel1() 136 static void set_pixel1_16(AVFrame *frame, int x, int y, in set_pixel1_16() 142 static void set_pixel3(AVFrame *frame, int x, int y, in set_pixel3() 150 static void set_pixel3_16(AVFrame *frame, int x, int y, in set_pixel3_16() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| D | Thread.cpp | 65 auto frame = pauseAtFrame.lock(); in onLocationUpdate() local 90 std::shared_ptr<Frame> frame; in enter() local 127 auto &frame = *frames.back(); in update() local 143 Frame Thread::frame() const in frame() function in vk::dbg::Thread 154 for(auto frame : frames) in stack() local
|
| /third_party/python/Include/internal/ |
| D | pycore_frame.h | 103 _PyInterpreterFrame *frame, PyFunctionObject *func, in _PyFrame_InitializeSpecials() 122 _PyFrame_GetLocalsArray(_PyInterpreterFrame *frame) in _PyFrame_GetLocalsArray() 128 _PyFrame_GetStackPointer(_PyInterpreterFrame *frame) in _PyFrame_GetStackPointer() 134 _PyFrame_SetStackPointer(_PyInterpreterFrame *frame, PyObject **stack_pointer) in _PyFrame_SetStackPointer() 148 _PyFrame_IsIncomplete(_PyInterpreterFrame *frame) in _PyFrame_IsIncomplete() 163 _PyFrame_GetFrameObject(_PyInterpreterFrame *frame) in _PyFrame_GetFrameObject() 230 PyGenObject *_PyFrame_GetGenerator(_PyInterpreterFrame *frame) in _PyFrame_GetGenerator()
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_io_proc.c | 27 int ff_proc_from_dnn_to_frame(AVFrame *frame, DNNData *output, void *log_ctx) in ff_proc_from_dnn_to_frame() 100 int ff_proc_from_frame_to_dnn(AVFrame *frame, DNNData *input, void *log_ctx) in ff_proc_from_frame_to_dnn() 193 int ff_frame_to_dnn_classify(AVFrame *frame, DNNData *input, uint32_t bbox_index, void *log_ctx) in ff_frame_to_dnn_classify() 254 int ff_frame_to_dnn_detect(AVFrame *frame, DNNData *input, void *log_ctx) in ff_frame_to_dnn_detect()
|
| /third_party/python/Lib/test/ |
| D | test_threadsignals.py | 29 def handle_signals(sig,frame): argument 79 def alarm_interrupt(self, sig, frame): argument 153 def my_handler(signal, frame): argument 204 def my_handler(signum, frame): argument
|
| /third_party/skia/tools/debugger/ |
| D | DebugLayerManager.cpp | 22 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand() 39 void DebugLayerManager::storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture, in storeSkPicture() 69 void DebugLayerManager::drawLayerEventTo(SkSurface* surface, const int nodeId, const int frame) { in drawLayerEventTo() 75 sk_sp<SkImage> DebugLayerManager::getLayerAsImage(const int nodeId, const int frame) { in getLayerAsImage() 179 DebugCanvas* DebugLayerManager::getEventDebugCanvas(int nodeId, int frame) { in getEventDebugCanvas()
|
| /third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
| D | LinearResampler.cpp | 27 void LinearResampler::writeFrame(const float *frame) { in writeFrame() 32 void LinearResampler::readFrame(float *frame) { in readFrame()
|