Home
last modified time | relevance | path

Searched refs:aacLength (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/
H A Daudio_ffmpeg_aac_encoder_plugin.h90 int aacLength);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/
H A Dffmpeg_aac_encoder_plugin.h93 int aacLength);
H A Dffmpeg_aac_encoder_plugin.cpp101 std::shared_ptr<AVCodecContext> ctx, int aacLength) in GetAdtsHeader() argument
109 uint32_t frameLength = static_cast<uint32_t>(aacLength + ADTS_HEADER_SIZE); in GetAdtsHeader()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_ffmpeg_aac_encoder_plugin.cpp68 … std::shared_ptr<AVCodecContext> ctx, int aacLength) in GetAdtsHeader() argument
76 uint32_t frameLength = static_cast<uint32_t>(aacLength) + ADTS_HEADER_SIZE; in GetAdtsHeader()