Home
last modified time | relevance | path

Searched refs:frame_sizes (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
H A 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()
H A 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/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dexamine_stack.cc167 void* pc, void* const stack[], int frame_sizes[], int depth, in DumpPCAndFrameSizesAndStackTrace()
187 frame_sizes[i], " "); in DumpPCAndFrameSizesAndStackTrace()
189 DumpPCAndFrameSize(writerfn, writerfn_arg, stack[i], frame_sizes[i], in DumpPCAndFrameSizesAndStackTrace()
166 DumpPCAndFrameSizesAndStackTrace( void* pc, void* const stack[], int frame_sizes[], int depth, int min_dropped_frames, bool symbolize_stacktrace, void (*writerfn)(const char*, void*), void* writerfn_arg) DumpPCAndFrameSizesAndStackTrace() argument
H A Dexamine_stack.h34 void* pc, void* const stack[], int frame_sizes[], int depth,
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A 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() local
/third_party/ffmpeg/libavcodec/
H A Dcbs_vp9.c446 if (pos + sfi.frame_sizes[i] + index_size > frag->data_size) { in cbs_vp9_split_fragment()
449 i, sfi.frame_sizes[i]); in cbs_vp9_split_fragment()
455 sfi.frame_sizes[i], in cbs_vp9_split_fragment()
460 pos += sfi.frame_sizes[i]; in cbs_vp9_split_fragment()
597 sfi.frame_sizes[i] = frag->units[i].data_size; in cbs_vp9_assemble_fragment()
H A Dcbs_vp9.h176 uint32_t frame_sizes[VP9_MAX_FRAMES_IN_SUPERFRAME]; member
H A Dcbs_vp9_syntax_template.c421 frame_sizes[i], 1, i); in superframe_index()
/third_party/ffmpeg/fftools/
H A Dffmpeg.h109 SpecifierOpt *frame_sizes; member
H A Dffmpeg_opt.c1233 av_dict_set(&o->g->format_opts, "video_size", o->frame_sizes[o->nb_frame_sizes - 1].u.str, 0); in open_input_file()
1854 MATCH_PER_STREAM_OPT(frame_sizes, str, frame_size, oc, st); in new_video_stream()
2186 MATCH_PER_STREAM_OPT(frame_sizes, str, frame_size, oc, st); in new_subtitle_stream()
3854 OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(frame_sizes) },

Completed in 12 milliseconds