Home
last modified time | relevance | path

Searched refs:frameLength (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c386 gst_audio_encoder_set_frame_samples_min (enc, enc_info.frameLength); in gst_fdkaacenc_set_format()
387 gst_audio_encoder_set_frame_samples_max (enc, enc_info.frameLength); in gst_fdkaacenc_set_format()
390 self->samples_per_frame = enc_info.frameLength; in gst_fdkaacenc_set_format()
/third_party/libsnd/src/ALAC/
Dalac_decoder.c92 …theConfig.frameLength = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, frameLength))… in alac_decoder_init()
94 if (theConfig.frameLength > ALAC_FRAME_LENGTH) in alac_decoder_init()
DALACAudioTypes.h173 uint32_t frameLength ; member
Dalac_encoder.c1112 config->frameLength = Swap32NtoB (p->mFrameSize) ; in GetConfig()
/third_party/ffmpeg/libavcodec/
Dlibfdk-aacenc.c327 avctx->frame_size = info.frameLength; in aac_encode_init()
/third_party/node/src/
Dnode_http2.h776 ssize_t OnDWordAlignedPadding(size_t frameLength,
778 ssize_t OnMaxFrameSizePadding(size_t frameLength,