Home
last modified time | relevance | path

Searched refs:frame (Results 101 - 125 of 1891) sorted by relevance

12345678910>>...76

/third_party/ffmpeg/libavcodec/
H A Dansi.c28 #include "libavutil/frame.h"
56 AVFrame *frame; member
100 s->frame = av_frame_alloc(); in decode_init()
101 if (!s->frame) in decode_init()
134 memcpy(s->frame->data[0] + i * s->frame->linesize[0], in hscroll()
135 s->frame->data[0] + (i + s->font_height) * s->frame->linesize[0], in hscroll()
138 memset(s->frame->data[0] + i * s->frame in hscroll()
[all...]
H A Dmmvideo.c52 AVFrame *frame; member
72 s->frame = av_frame_alloc(); in mm_decode_init()
73 if (!s->frame) in mm_decode_init()
119 memset(s->frame->data[0] + y*s->frame->linesize[0] + x, color, run_length); in mm_decode_intra()
121 memset(s->frame->data[0] + (y+1)*s->frame->linesize[0] + x, color, run_length); in mm_decode_intra()
170 s->frame->data[0][y*s->frame->linesize[0] + x] = color; in mm_decode_inter()
172 s->frame in mm_decode_inter()
[all...]
H A Dencode.c24 #include "libavutil/frame.h"
111 * Pad last frame with silence.
113 static int pad_last_frame(AVCodecContext *s, AVFrame *frame, const AVFrame *src) in pad_last_frame() argument
117 frame->format = src->format; in pad_last_frame()
118 frame->nb_samples = s->frame_size; in pad_last_frame()
119 ret = av_channel_layout_copy(&frame->ch_layout, &s->ch_layout); in pad_last_frame()
122 ret = av_frame_get_buffer(frame, 0); in pad_last_frame()
126 ret = av_frame_copy_props(frame, src); in pad_last_frame()
130 if ((ret = av_samples_copy(frame->extended_data, src->extended_data, 0, 0, in pad_last_frame()
134 if ((ret = av_samples_set_silence(frame in pad_last_frame()
160 ff_encode_get_frame(AVCodecContext *avctx, AVFrame *frame) ff_encode_get_frame() argument
178 AVFrame *frame = avci->in_frame; encode_simple_internal() local
357 avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) avcodec_send_frame() argument
600 ff_encode_alloc_frame(AVCodecContext *avctx, AVFrame *frame) ff_encode_alloc_frame() argument
[all...]
H A Dbintext.c44 AVFrame *frame; member
118 memmove(s->frame->data[0], s->frame->data[0] + s->font_height*s->frame->linesize[0], in hscroll()
119 (avctx->height - s->font_height)*s->frame->linesize[0]); in hscroll()
120 memset(s->frame->data[0] + (avctx->height - s->font_height)*s->frame->linesize[0], in hscroll()
121 DEFAULT_BG_COLOR, s->font_height * s->frame->linesize[0]); in hscroll()
133 ff_draw_pc_font(s->frame->data[0] + s->y * s->frame in draw_char()
143 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
[all...]
H A Deacmv.c60 static void cmv_decode_intra(CmvContext * s, AVFrame *frame, in cmv_decode_intra() argument
63 unsigned char *dst = frame->data[0]; in cmv_decode_intra()
68 dst += frame->linesize[0]; in cmv_decode_intra()
92 static void cmv_decode_inter(CmvContext *s, AVFrame *frame, const uint8_t *buf, in cmv_decode_inter() argument
102 unsigned char *dst = frame->data[0] + (y*4)*frame->linesize[0] + x*4; in cmv_decode_inter()
106 memcpy(dst + frame->linesize[0], raw+4, 4); in cmv_decode_inter()
107 memcpy(dst + 2 * frame->linesize[0], raw+8, 4); in cmv_decode_inter()
108 memcpy(dst + 3 * frame->linesize[0], raw+12, 4); in cmv_decode_inter()
110 }else if(raw<buf_end) { /* inter using second-last frame a in cmv_decode_inter()
172 cmv_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) cmv_decode_frame() argument
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc44 << " {frame count=" << frame_count << ", js frame count=" << jsframe_count in TranslationArrayPrintSingleFrame()
626 TranslatedFrame frame(kUnoptimizedFunction, shared_info, height, in UnoptimizedFrame()
628 frame.bytecode_offset_ = bytecode_offset; in UnoptimizedFrame()
629 return frame; in UnoptimizedFrame()
640 TranslatedFrame frame(kConstructStub, shared_info, height); in ConstructStubFrame()
641 frame.bytecode_offset_ = bytecode_offset; in ConstructStubFrame()
642 return frame; in ConstructStubFrame()
648 TranslatedFrame frame(kBuiltinContinuation, shared_info, height); in BuiltinContinuationFrame()
649 frame in BuiltinContinuationFrame()
903 TranslatedFrame& frame = frames_[frame_index]; CreateArgumentsElementsTranslatedValues() local
966 TranslatedFrame& frame = frames_[frame_index]; CreateNextTranslatedValue() local
1281 TranslatedState(const JavaScriptFrame* frame) TranslatedState() argument
1335 TranslatedFrame& frame = frames_.back(); Init() local
1424 TranslatedFrame* frame = &(frames_[pos.frame_index_]); InitializeCapturedObjectAt() local
1519 MaterializeFixedDoubleArray(TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map) MaterializeFixedDoubleArray() argument
1543 MaterializeHeapNumber(TranslatedFrame* frame, int* value_index, TranslatedValue* slot) MaterializeHeapNumber() argument
1564 SkipSlots(int slots_to_skip, TranslatedFrame* frame, int* value_index) SkipSlots() argument
1583 TranslatedFrame* frame = &(frames_[pos.frame_index_]); EnsureCapturedObjectAllocatedAt() local
1732 EnsureChildrenAllocated(int count, TranslatedFrame* frame, int* value_index, std::stack<int>* worklist) EnsureChildrenAllocated() argument
1818 GetResolvedSlot(TranslatedFrame* frame, int value_index) GetResolvedSlot() argument
1828 GetResolvedSlotAndAdvance( TranslatedFrame* frame, int* value_index) GetResolvedSlotAndAdvance() argument
1835 GetValueAndAdvance(TranslatedFrame* frame, int* value_index) GetValueAndAdvance() argument
1842 InitializeJSObjectAt( TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map, const DisallowGarbageCollection& no_gc) InitializeJSObjectAt() argument
1890 InitializeObjectWithTaggedFieldsAt( TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map, const DisallowGarbageCollection& no_gc) InitializeObjectWithTaggedFieldsAt() argument
2000 StoreMaterializedValuesAndDeopt(JavaScriptFrame* frame) StoreMaterializedValuesAndDeopt() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_submit.c76 nghttp2_frame *frame = NULL; in submit_headers_shared() local
115 frame = &item->frame; in submit_headers_shared()
117 nghttp2_frame_headers_init(&frame->headers, flags_copy, stream_id, hcat, in submit_headers_shared()
123 nghttp2_frame_headers_free(&frame->headers, mem); in submit_headers_shared()
226 nghttp2_frame *frame; in nghttp2_submit_priority() local
257 frame = &item->frame; in nghttp2_submit_priority()
259 nghttp2_frame_priority_init(&frame->priority, stream_id, &copy_pri_spec); in nghttp2_submit_priority()
264 nghttp2_frame_priority_free(&frame in nghttp2_submit_priority()
320 nghttp2_frame *frame; nghttp2_submit_push_promise() local
511 nghttp2_frame *frame; nghttp2_submit_altsvc() local
592 nghttp2_frame *frame; nghttp2_submit_origin() local
677 nghttp2_frame *frame; nghttp2_submit_priority_update() local
815 nghttp2_frame *frame; nghttp2_submit_data() local
869 nghttp2_frame *frame; nghttp2_submit_extension() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c76 nghttp2_frame *frame = NULL; in submit_headers_shared() local
115 frame = &item->frame; in submit_headers_shared()
117 nghttp2_frame_headers_init(&frame->headers, flags_copy, stream_id, hcat, in submit_headers_shared()
123 nghttp2_frame_headers_free(&frame->headers, mem); in submit_headers_shared()
226 nghttp2_frame *frame; in nghttp2_submit_priority() local
257 frame = &item->frame; in nghttp2_submit_priority()
259 nghttp2_frame_priority_init(&frame->priority, stream_id, &copy_pri_spec); in nghttp2_submit_priority()
264 nghttp2_frame_priority_free(&frame in nghttp2_submit_priority()
320 nghttp2_frame *frame; nghttp2_submit_push_promise() local
511 nghttp2_frame *frame; nghttp2_submit_altsvc() local
592 nghttp2_frame *frame; nghttp2_submit_origin() local
677 nghttp2_frame *frame; nghttp2_submit_priority_update() local
815 nghttp2_frame *frame; nghttp2_submit_data() local
869 nghttp2_frame *frame; nghttp2_submit_extension() local
[all...]
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_unit_test.cpp64 std::shared_ptr<PixelMap> frame = helper->FetchFrameAtTime(timeUs, queryOption, param); in GetThumbnail() local
65 ASSERT_NE(nullptr, frame); in GetThumbnail()
66 helper->FrameToFile(frame, testInfo_->name(), timeUs, queryOption); in GetThumbnail()
67 helper->FrameToJpeg(frame, testInfo_->name(), timeUs, queryOption); in GetThumbnail()
70 frame = helper->FetchFrameAtTime(timeUs, queryOption, param); in GetThumbnail()
71 ASSERT_NE(nullptr, frame); in GetThumbnail()
72 helper->FrameToFile(frame, testInfo_->name(), timeUs, queryOption); in GetThumbnail()
73 helper->FrameToJpeg(frame, testInfo_->name(), timeUs, queryOption); in GetThumbnail()
77 frame = helper->FetchFrameAtTime(timeUs, queryOption, param); in GetThumbnail()
78 ASSERT_NE(nullptr, frame); in GetThumbnail()
338 std::shared_ptr<AVSharedMemory> frame = helper->FetchArtPicture(); HWTEST_F() local
357 std::shared_ptr<AVSharedMemory> frame = helper->FetchArtPicture(); HWTEST_F() local
390 std::shared_ptr<PixelMap> frame = helper->FetchFrameAtTime(timeUs, queryOption, param); HWTEST_F() local
446 std::shared_ptr<PixelMap> frame = helper->FetchFrameAtTime(timeUs, queryOption, param); HWTEST_F() local
468 std::shared_ptr<PixelMap> frame = helper->FetchFrameAtTime(timeUs, queryOption, param); HWTEST_F() local
490 std::shared_ptr<PixelMap> frame = helper->FetchFrameAtTime(timeUs, queryOption, param); HWTEST_F() local
515 std::shared_ptr<PixelMap> frame = helper->FetchFrameAtTime(timeUs, queryOption, param); HWTEST_F() local
551 std::shared_ptr<PixelMap> frame = helper->FetchFrameAtTime(timeUs, queryOption, param); HWTEST_F() local
580 std::shared_ptr<PixelMap> frame = helper->FetchFrameAtTime(timeUs, queryOption, param); HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_aac.cpp103 auto frame = FrameImpl::Create(); in ObtainFrame() local
104 frame->codecId_ = CODEC_AAC; in ObtainFrame()
105 return frame; in ObtainFrame()
134 void RtpDecoderAAC::InputFrame(const Frame::Ptr &frame) in InputFrame() argument
136 RETURN_IF_NULL(frame); in InputFrame()
137 if (!frame->PrefixSize()) { in InputFrame()
141 auto ptr = frame->Data(); in InputFrame()
142 auto end = frame->Data() + frame->Size(); in InputFrame()
145 MEDIA_LOGD("aac frame le in InputFrame()
168 InputFrame(const Frame::Ptr &frame) InputFrame() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_freezedetect.c46 int64_t duration; ///< minimum duration of frozen frame until notification
118 static int is_frozen(FreezeDetectContext *s, AVFrame *reference, AVFrame *frame) in is_frozen() argument
126 s->sad(frame->data[plane], frame->linesize[plane], in is_frozen()
138 static int set_meta(FreezeDetectContext *s, AVFrame *frame, const char *key, const char *value) in set_meta() argument
141 return av_dict_set(&frame->metadata, key, value, 0); in set_meta()
150 AVFrame *frame; in activate() local
154 ret = ff_inlink_consume_frame(inlink, &frame); in activate()
158 if (frame) { in activate()
164 if (s->reference_frame->pts == AV_NOPTS_VALUE || frame in activate()
[all...]
H A Df_select.c23 * filter for selecting which frame passes in the filterchain
45 "pts", ///< original pts in the file of the frame
47 "prev_pts", ///< previous frame PTS
48 "prev_selected_pts", ///< previous selected frame PTS
52 "prev_t", ///< previous frame time
71 "interlace_type", ///< the frame interlace type
77 "samples_n", ///< number of samples in the current frame (only audio)
80 "n", ///< frame number (starting from zero)
81 "selected_n", ///< selected frame number (starting from zero)
82 "prev_selected_n", ///< number of the last selected frame
273 get_scene_score(AVFilterContext *ctx, AVFrame *frame) get_scene_score() argument
306 get_concatdec_select(AVFrame *frame, int64_t pts) get_concatdec_select() argument
328 select_frame(AVFilterContext *ctx, AVFrame *frame) select_frame() argument
412 filter_frame(AVFilterLink *inlink, AVFrame *frame) filter_frame() argument
[all...]
H A Dvf_fps.c72 double start_time; ///< pts, in seconds, of the expected first frame
76 int eof_action; ///< action performed for last frame in FIFO
79 int64_t in_pts_off; ///< input frame pts offset for start_time handling
80 int64_t out_pts_off; ///< output frame pts offset for start_time handling
89 int64_t next_pts; ///< pts of the next frame to output
92 int cur_frame_out; ///< number of times current frame has been output
111 { "eof_action", "action performed for last frame", OFFSET(eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_ROUND }, 0, EOF_ACTION_NB-1, V|F, "eof_action" },
113 { "pass", "pass through last frame", 0, AV_OPT_TYPE_CONST, { .i64 = EOF_ACTION_PASS }, 0, 0, V|F, "eof_action" },
129 /* Remove the first frame from the buffer, returning it */
132 AVFrame *frame; in shift_frame() local
162 AVFrame *frame; uninit() local
221 AVFrame *frame; read_frame() local
254 AVFrame *frame; write_frame() local
[all...]
H A Df_loop.c131 static int afilter_frame(AVFilterLink *inlink, AVFrame *frame) in afilter_frame() argument
138 if (s->ignored_samples + frame->nb_samples > s->start && s->size > 0 && s->loop != 0) { in afilter_frame()
140 int written = FFMIN(frame->nb_samples, s->size - s->nb_samples); in afilter_frame()
143 ret = av_audio_fifo_write(s->fifo, (void **)frame->extended_data, written); in afilter_frame()
148 s->pts = frame->pts; in afilter_frame()
153 drain = frame->nb_samples - written; in afilter_frame()
157 ret2 = av_audio_fifo_write(s->left, (void **)frame->extended_data, frame->nb_samples); in afilter_frame()
162 frame->nb_samples = ret; in afilter_frame()
164 ret = ff_filter_frame(outlink, frame); in afilter_frame()
222 AVFrame *frame = NULL; aactivate() local
353 filter_frame(AVFilterLink *inlink, AVFrame *frame) filter_frame() argument
394 AVFrame *frame = NULL; activate() local
[all...]
H A Daf_join.c64 * Temporary storage for buffer references, for assembling the output frame.
442 AVFrame *frame; in try_push_frame() local
459 /* setup the output frame */ in try_push_frame()
460 frame = av_frame_alloc(); in try_push_frame()
461 if (!frame) in try_push_frame()
463 if (s->ch_layout.nb_channels > FF_ARRAY_ELEMS(frame->data)) { in try_push_frame()
464 frame->extended_data = av_calloc(s->ch_layout.nb_channels, in try_push_frame()
465 sizeof(*frame->extended_data)); in try_push_frame()
466 if (!frame->extended_data) { in try_push_frame()
478 frame in try_push_frame()
[all...]
H A Dvf_shuffleplanes.c94 static int shuffleplanes_filter_frame(AVFilterLink *inlink, AVFrame *frame) in shuffleplanes_filter_frame() argument
103 shuffled_data[i] = frame->data[s->map[i]]; in shuffleplanes_filter_frame()
104 shuffled_linesize[i] = frame->linesize[s->map[i]]; in shuffleplanes_filter_frame()
106 memcpy(frame->data, shuffled_data, sizeof(shuffled_data)); in shuffleplanes_filter_frame()
107 memcpy(frame->linesize, shuffled_linesize, sizeof(shuffled_linesize)); in shuffleplanes_filter_frame()
110 AVFrame *copy = ff_get_video_buffer(ctx->outputs[0], frame->width, frame->height); in shuffleplanes_filter_frame()
117 av_frame_copy(copy, frame); in shuffleplanes_filter_frame()
119 ret = av_frame_copy_props(copy, frame); in shuffleplanes_filter_frame()
125 av_frame_free(&frame); in shuffleplanes_filter_frame()
[all...]
/device/soc/hisilicon/common/hal/display/hi3751v350/linux_standard/adapter/
H A Ddisplay_adapter_impl.cpp47 static int32_t DisplayFbFresh(int32_t devFd, DisplayFrameInfo *frame) in DisplayFbFresh() argument
49 if (frame == nullptr) { in DisplayFbFresh()
54 fbFrameInfo.rect.x = frame->rect.x; in DisplayFbFresh()
55 fbFrameInfo.rect.y = frame->rect.y; in DisplayFbFresh()
56 fbFrameInfo.rect.w = frame->rect.w; in DisplayFbFresh()
57 fbFrameInfo.rect.h = frame->rect.h; in DisplayFbFresh()
58 fbFrameInfo.in_fence = frame->inFence; in DisplayFbFresh()
59 fbFrameInfo.stride = frame->stride; in DisplayFbFresh()
60 fbFrameInfo.bufaddr = frame->bufaddr; in DisplayFbFresh()
61 fbFrameInfo.format = frame in DisplayFbFresh()
[all...]
/third_party/ffmpeg/doc/examples/
H A Ddemuxing_decoding.c54 static AVFrame *frame = NULL; variable
59 static int output_video_frame(AVFrame *frame) in output_video_frame() argument
61 if (frame->width != width || frame->height != height || in output_video_frame()
62 frame->format != pix_fmt) { in output_video_frame()
71 frame->width, frame->height, in output_video_frame()
72 av_get_pix_fmt_name(frame->format)); in output_video_frame()
77 video_frame_count++, frame->coded_picture_number); in output_video_frame()
79 /* copy decoded frame t in output_video_frame()
90 output_audio_frame(AVFrame *frame) output_audio_frame() argument
[all...]
H A Dmuxing.c58 /* pts of the next frame that will be generated */
62 AVFrame *frame; member
85 AVStream *st, AVFrame *frame, AVPacket *pkt) in write_frame()
89 // send the frame to the encoder in write_frame()
90 ret = avcodec_send_frame(c, frame); in write_frame()
92 fprintf(stderr, "Error sending a frame to the encoder: %s\n", in write_frame()
102 fprintf(stderr, "Error encoding a frame: %s\n", av_err2str(ret)); in write_frame()
110 /* Write the compressed frame to the media file. */ in write_frame()
185 * of which frame timestamps are represented. For fixed-fps content, in add_stream()
191 c->gop_size = 12; /* emit one intra frame ever in add_stream()
84 write_frame(AVFormatContext *fmt_ctx, AVCodecContext *c, AVStream *st, AVFrame *frame, AVPacket *pkt) write_frame() argument
221 AVFrame *frame = av_frame_alloc(); alloc_audio_frame() local
313 AVFrame *frame = ost->tmp_frame; get_audio_frame() local
343 AVFrame *frame; write_audio_frame() local
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c71 const nghttp2_frame *frame; member
208 const nghttp2_frame *frame, void *user_data) { in on_frame_recv_callback()
213 ud->recv_frame_type = frame->hd.type; in on_frame_recv_callback()
214 ud->recv_frame_hd = frame->hd; in on_frame_recv_callback()
220 const nghttp2_frame *frame, in on_invalid_frame_recv_callback()
224 (void)frame; in on_invalid_frame_recv_callback()
232 const nghttp2_frame *frame, void *user_data) { in on_frame_send_callback()
237 ud->sent_frame_type = frame->hd.type; in on_frame_send_callback()
242 const nghttp2_frame *frame, int lib_error, in on_frame_not_send_callback()
248 ud->not_sent_frame_type = frame in on_frame_not_send_callback()
207 on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_frame_recv_callback() argument
219 on_invalid_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, int lib_error_code, void *user_data) on_invalid_frame_recv_callback() argument
231 on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_frame_send_callback() argument
241 on_frame_not_send_callback(nghttp2_session *session, const nghttp2_frame *frame, int lib_error, void *user_data) on_frame_not_send_callback() argument
253 cancel_before_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) cancel_before_frame_send_callback() argument
293 select_padding_callback(nghttp2_session *session, const nghttp2_frame *frame, size_t max_payloadlen, void *user_data) select_padding_callback() argument
424 send_data_callback(nghttp2_session *session, nghttp2_frame *frame, const uint8_t *framehd, size_t length, nghttp2_data_source *source, void *user_data) send_data_callback() argument
463 on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) on_header_callback() argument
481 pause_on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) pause_on_header_callback() argument
491 temporal_failure_on_header_callback( nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) temporal_failure_on_header_callback() argument
500 on_invalid_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) on_invalid_header_callback() argument
519 pause_on_invalid_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) pause_on_invalid_header_callback() argument
530 reset_on_invalid_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) reset_on_invalid_header_callback() argument
541 on_begin_headers_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_begin_headers_callback() argument
552 temporal_failure_on_begin_headers_callback( nghttp2_session *session, const nghttp2_frame *frame, void *user_data) temporal_failure_on_begin_headers_callback() argument
596 pack_extension_callback(nghttp2_session *session, uint8_t *buf, size_t len, const nghttp2_frame *frame, void *user_data) pack_extension_callback() argument
676 nghttp2_frame frame; test_nghttp2_session_recv() local
792 nghttp2_frame frame; test_nghttp2_session_recv_invalid_stream_id() local
837 nghttp2_frame frame; test_nghttp2_session_recv_invalid_frame() local
1239 nghttp2_frame frame; test_nghttp2_session_recv_continuation() local
1434 nghttp2_frame frame; test_nghttp2_session_recv_headers_with_priority() local
1697 nghttp2_frame frame; test_nghttp2_session_recv_headers_early_response() local
1755 nghttp2_frame frame; test_nghttp2_session_recv_headers_for_closed_stream() local
1840 nghttp2_frame frame; test_nghttp2_session_recv_headers_with_extpri() local
1944 nghttp2_frame frame; test_nghttp2_session_server_recv_push_response() local
2137 nghttp2_frame frame; test_nghttp2_session_recv_settings_header_table_size() local
2636 nghttp2_extension frame; test_nghttp2_session_recv_origin() local
2783 nghttp2_extension frame; test_nghttp2_session_recv_priority_update() local
2992 nghttp2_frame frame; test_nghttp2_session_continue() local
3173 nghttp2_frame *frame; test_nghttp2_session_add_frame() local
3217 nghttp2_frame frame; test_nghttp2_session_on_request_headers_received() local
3414 nghttp2_frame frame; test_nghttp2_session_on_response_headers_received() local
3444 nghttp2_frame frame; test_nghttp2_session_on_headers_received() local
3509 nghttp2_frame frame; test_nghttp2_session_on_push_response_headers_received() local
3581 nghttp2_frame frame; test_nghttp2_session_on_priority_received() local
3665 nghttp2_frame frame; test_nghttp2_session_on_rst_stream_received() local
3684 nghttp2_frame frame; test_nghttp2_session_on_settings_received() local
3991 nghttp2_frame frame; test_nghttp2_session_on_push_promise_received() local
4243 nghttp2_frame frame; test_nghttp2_session_on_ping_received() local
4300 nghttp2_frame frame; test_nghttp2_session_on_goaway_received() local
4375 nghttp2_frame frame; test_nghttp2_session_on_window_update_received() local
4453 nghttp2_frame frame; test_nghttp2_session_on_data_received() local
4543 nghttp2_frame frame; test_nghttp2_session_on_altsvc_received() local
4647 nghttp2_frame *frame; test_nghttp2_session_send_headers_start_stream() local
4681 nghttp2_frame *frame; test_nghttp2_session_send_headers_reply() local
4713 nghttp2_frame *frame; test_nghttp2_session_send_headers_frame_size_error() local
4775 nghttp2_frame *frame; test_nghttp2_session_send_headers_push_reply() local
4810 nghttp2_frame *frame; test_nghttp2_session_send_rst_stream() local
4839 nghttp2_frame *frame; test_nghttp2_session_send_push_promise() local
5230 nghttp2_frame *frame; test_nghttp2_submit_data() local
5270 nghttp2_frame *frame; test_nghttp2_submit_data_read_length_too_large() local
5350 nghttp2_frame *frame; test_nghttp2_submit_data_read_length_smallest() local
5400 submit_data_twice_on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) submit_data_twice_on_frame_send_callback() argument
5494 nghttp2_frame frame; test_nghttp2_submit_request_without_data() local
5594 nghttp2_frame frame; test_nghttp2_submit_response_without_data() local
5669 nghttp2_frame frame; test_nghttp2_submit_trailer() local
5844 nghttp2_frame frame; test_nghttp2_submit_headers() local
6058 nghttp2_frame *frame; test_nghttp2_submit_settings() local
6279 nghttp2_frame frame; test_nghttp2_submit_settings_multiple_times() local
6780 nghttp2_frame frame; test_nghttp2_submit_origin() local
6857 nghttp2_frame frame; test_nghttp2_submit_priority_update() local
7323 nghttp2_frame frame; test_nghttp2_session_max_concurrent_streams() local
7368 nghttp2_frame frame; test_nghttp2_session_stop_data_with_rst_stream() local
7478 nghttp2_frame frame; test_nghttp2_session_flow_control() local
7748 nghttp2_frame frame; test_nghttp2_session_data_read_temporal_failure() local
8157 nghttp2_frame *frame; test_nghttp2_session_pack_data_with_padding() local
9525 nghttp2_frame frame; test_nghttp2_session_stream_get_state() local
10099 nghttp2_frame frame; test_nghttp2_session_on_header_temporal_failure() local
10266 nghttp2_frame frame; test_nghttp2_session_open_idle_stream() local
10304 nghttp2_frame frame; test_nghttp2_session_cancel_reserved_remote() local
10554 nghttp2_frame frame; test_nghttp2_session_defer_then_close() local
10638 nghttp2_frame frame; test_nghttp2_session_flooding() local
10773 nghttp2_extension frame; test_nghttp2_session_change_extpri_stream_priority() local
10985 nghttp2_frame frame; test_nghttp2_session_repeated_priority_change() local
11351 nghttp2_frame frame; test_nghttp2_session_too_many_settings() local
11787 nghttp2_frame frame; test_nghttp2_session_server_fallback_rfc7540_priorities() local
11974 nghttp2_frame frame; test_nghttp2_session_stream_reset_ratelim() local
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Dts_rtp_dec_demo.cpp27 #include "frame/frame.h"
90 unPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
92 if (frame->GetTrackType() == TRACK_VIDEO) { in main()
93 printf("h264 data: len: %d=====================================\n", frame->Size()); in main()
94 auto data = frame->Data(); in main()
95 auto bytes = frame->Size(); in main()
103 fwrite(frame->Data(), frame->Size(), 1, fh264); in main()
104 } else if (frame in main()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_frame.h51 ssize_t Pack(uint8_t* bufStream, const Frame& frame, int joint);
54 ssize_t PackFrameInternal(const Frame& frame, uint8_t* bufStream, int subbands, int channels, int joint);
55 int UnpackFrameStream(Frame& frame, const uint8_t* bufStream, size_t len);
56 void SbcCalculateBits(const Frame& frame, int (*bits)[8]);
57 void SbcCaculateLevelsAndSampleDelta(const Frame& frame, int (*bits)[8],
59 void SbcCalculateBitsNormal(const Frame& frame, int (*bits)[8]);
60 void SbcCalculateBitsStereo(const Frame& frame, int (*bits)[8]);
61 int SbcCalculateBitsMax(const Frame& frame, const int channel, const int subbands, int (*bits)[8]);
62 int SbcCalculateBitsMaxStereo(const Frame& frame, const int subbands, int (*bits)[8]);
63 int SbcCalculateBitsMaxStereoSNR(const Frame& frame, cons
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnativetypes.py39 def visit_Output(self, node, frame):
43 if self.has_known_extends and frame.require_output_check:
63 # If we are inside a frame that requires output checking, we do so.
66 if frame.require_output_check:
80 const = child.as_const(frame.eval_ctx)
87 # the frame can't be volatile here, because otherwise the as_const
90 if frame.eval_ctx.autoescape:
109 if len(body) < 3 or frame.buffer is not None:
110 if frame.buffer is not None:
113 self.writeline('%s.append(' % frame
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DThread.cpp65 auto frame = pauseAtFrame.lock(); in onLocationUpdate() local
66 pause = !frame; // Pause if there's no pause-at-frame... in onLocationUpdate()
67 if(frame == frames.back()) // ... or if we've reached the pause-at-frame in onLocationUpdate()
90 std::shared_ptr<Frame> frame; in enter() local
94 frame = lock.createFrame(file, function); in enter()
100 frames.push_back(frame); in enter()
102 if(f) { f(*frame); } in enter()
127 auto &frame in update() local
143 Frame Thread::frame() const frame() function in vk::dbg::Thread
[all...]
/third_party/python/Lib/idlelib/
H A Dsearchbase.py37 frame: container for all widgets in dialog.
40 row (of grid): 0 in create_widgets(), +1 in make_entry/frame().
89 self.frame = Frame(top, padding="5px")
90 self.frame.grid(sticky="nwes")
95 self.frame.grid_columnconfigure(0, pad=2, weight=0)
96 self.frame.grid_columnconfigure(1, pad=2, minsize=100, weight=100)
109 label = Label(self.frame, text=label_text)
111 entry = Entry(self.frame, textvariable=var, exportselection=0)
121 '''Return (frame, label).
123 frame
[all...]

Completed in 21 milliseconds

12345678910>>...76