Home
last modified time | relevance | path

Searched refs:total_frame_size (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dspdifenc.c428 int total_frame_size = pkt->size; in spdif_header_truehd() local
524 total_frame_size += code_len_remaining; in spdif_header_truehd()
550 ctx->truehd_prev_size = total_frame_size; in spdif_header_truehd()
554 total_frame_size, ctx->hd_buf_filled); in spdif_header_truehd()
/third_party/lame/libmp3lame/
H A DVbrTag.c499 int total_frame_size = ((cfg->version + 1) * 72000 * kbps_header) / cfg->samplerate_out; in InitVbrTag() local
501 gfc->VBR_seek_table.TotalFrameSize = total_frame_size; in InitVbrTag()
502 if (total_frame_size < header_size || total_frame_size > MAXFRAMESIZE) { in InitVbrTag()
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c58 const uint64_t total_frame_size = (uint64_t)num_frames * sizeof(*frames); in AllocateFrames() local
60 !CheckSizeForOverflow(total_frame_size)) { in AllocateFrames()
64 frames = (DecodedFrame*)WebPMalloc((size_t)total_frame_size); in AllocateFrames()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc972 int total_frame_size = __ GetTotalFrameSize(); in GenerateOutOfLineCode() local
974 // {total_frame_size} is the highest offset from the FP that is used to in GenerateOutOfLineCode()
976 // {(total_frame_size / kSystemPointerSize) + 1}. However, spill slots in GenerateOutOfLineCode()
980 int index = (total_frame_size / kSystemPointerSize) + 2; in GenerateOutOfLineCode()

Completed in 11 milliseconds