/third_party/ffmpeg/libavformat/ |
D | rtpdec_qcelp.c | 24 static const uint8_t frame_sizes[] = { variable 119 if (buf[1] >= FF_ARRAY_ELEMS(frame_sizes)) in store_packet() 121 frame_size = frame_sizes[buf[1]]; in store_packet() 174 if (ip->data[ip->pos] >= FF_ARRAY_ELEMS(frame_sizes)) in return_stored_frame() 176 frame_size = frame_sizes[ip->data[ip->pos]]; in return_stored_frame()
|
D | rtpdec_amr.c | 52 const uint8_t *frame_sizes = NULL; in amr_handle_packet() local 59 frame_sizes = frame_sizes_nb; in amr_handle_packet() 61 frame_sizes = frame_sizes_wb; in amr_handle_packet() 105 int frame_size = frame_sizes[(toc >> 3) & 0x0f]; in amr_handle_packet()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vp9parser.c | 174 assert_equals_int (superframe_info.frame_sizes[0], 1333); in GST_START_TEST() 175 assert_equals_int (superframe_info.frame_sizes[1], 214); in GST_START_TEST()
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | examine_stack.cc | 151 void* pc, void* const stack[], int frame_sizes[], int depth, in DumpPCAndFrameSizesAndStackTrace() argument 171 frame_sizes[i], " "); in DumpPCAndFrameSizesAndStackTrace() 173 DumpPCAndFrameSize(writerfn, writerfn_arg, stack[i], frame_sizes[i], in DumpPCAndFrameSizesAndStackTrace()
|
D | examine_stack.h | 34 void* pc, void* const stack[], int frame_sizes[], int depth,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | examine_stack.cc | 167 void* pc, void* const stack[], int frame_sizes[], int depth, in DumpPCAndFrameSizesAndStackTrace() argument 187 frame_sizes[i], " "); in DumpPCAndFrameSizesAndStackTrace() 189 DumpPCAndFrameSize(writerfn, writerfn_arg, stack[i], frame_sizes[i], in DumpPCAndFrameSizesAndStackTrace()
|
D | examine_stack.h | 34 void* pc, void* const stack[], int frame_sizes[], int depth,
|
/third_party/gstreamer/gstplugins_bad/ext/opus/ |
D | gstopusparse.c | 151 short frame_sizes[48]; in gst_opus_parse_handle_frame() local 177 opus_packet_parse (data, size, &toc, frames, frame_sizes, in gst_opus_parse_handle_frame() 199 opus_packet_parse (data + 8, packet_size, &toc, frames, frame_sizes, in gst_opus_parse_handle_frame() 214 payload_offset += frame_sizes[f]; in gst_opus_parse_handle_frame()
|
/third_party/abseil-cpp/absl/debugging/ |
D | failure_signal_handler.cc | 258 int frame_sizes[kNumStackFrames]; in WriteStackTrace() local 261 stack, frame_sizes, kNumStackFrames, in WriteStackTrace() 265 absl::debugging_internal::GetProgramCounter(ucontext), stack, frame_sizes, in WriteStackTrace()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | failure_signal_handler.cc | 267 int frame_sizes[kNumStackFrames]; in WriteStackTrace() local 270 stack, frame_sizes, kNumStackFrames, in WriteStackTrace() 274 absl::debugging_internal::GetProgramCounter(ucontext), stack, frame_sizes, in WriteStackTrace()
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_vp9.c | 447 if (pos + sfi.frame_sizes[i] + index_size > frag->data_size) { in cbs_vp9_split_fragment() 450 i, sfi.frame_sizes[i]); in cbs_vp9_split_fragment() 456 sfi.frame_sizes[i], in cbs_vp9_split_fragment() 461 pos += sfi.frame_sizes[i]; in cbs_vp9_split_fragment() 598 sfi.frame_sizes[i] = frag->units[i].data_size; in cbs_vp9_assemble_fragment()
|
D | cbs_vp9.h | 176 uint32_t frame_sizes[VP9_MAX_FRAMES_IN_SUPERFRAME]; member
|
D | cbs_vp9_syntax_template.c | 421 frame_sizes[i], 1, i); in FUNC()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvp9parser.h | 441 guint32 frame_sizes[GST_VP9_MAX_FRAMES_IN_SUPERFRAME]; member
|
D | gstvp9parser.c | 861 superframe_info->frame_sizes[0] = size; in gst_vp9_parser_parse_superframe_info() 889 superframe_info->frame_sizes[i] |= gst_vp9_read_bits (ibr, 8) << (j * 8); in gst_vp9_parser_parse_superframe_info()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 113 SpecifierOpt *frame_sizes; member
|
D | ffmpeg_opt.c | 1140 … av_dict_set(&o->g->format_opts, "video_size", o->frame_sizes[o->nb_frame_sizes - 1].u.str, 0); in open_input_file() 1745 MATCH_PER_STREAM_OPT(frame_sizes, str, frame_size, oc, st); in new_video_stream() 2025 MATCH_PER_STREAM_OPT(frame_sizes, str, frame_size, oc, st); in new_subtitle_stream() 3623 … OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(frame_sizes) },
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvp9parse.c | 466 frame_size = superframe_info.frame_sizes[i]; in gst_vp9_parse_handle_frame()
|