Home
last modified time | relevance | path

Searched refs:frame_sizes (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_qcelp.c24 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()
Drtpdec_amr.c52 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/
Dvp9parser.c174 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/
Dexamine_stack.cc151 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()
Dexamine_stack.h34 void* pc, void* const stack[], int frame_sizes[], int depth,
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc167 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()
Dexamine_stack.h34 void* pc, void* const stack[], int frame_sizes[], int depth,
/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c151 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/
Dfailure_signal_handler.cc258 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/
Dfailure_signal_handler.cc267 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/
Dcbs_vp9.c447 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()
Dcbs_vp9.h176 uint32_t frame_sizes[VP9_MAX_FRAMES_IN_SUPERFRAME]; member
Dcbs_vp9_syntax_template.c421 frame_sizes[i], 1, i); in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp9parser.h441 guint32 frame_sizes[GST_VP9_MAX_FRAMES_IN_SUPERFRAME]; member
Dgstvp9parser.c861 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/
Dffmpeg.h113 SpecifierOpt *frame_sizes; member
Dffmpeg_opt.c1140 … 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/
Dgstvp9parse.c466 frame_size = superframe_info.frame_sizes[i]; in gst_vp9_parse_handle_frame()