Home
last modified time | relevance | path

Searched defs:DecodedAudioFrame (Results 1 – 1 of 1) sorted by relevance

/external/iamf_tools/iamf/cli/
Daudio_frame_decoder.h32 struct DecodedAudioFrame { struct
33 uint32_t substream_id;
34 InternalTimestamp start_timestamp; // Start time of this frame. Measured in
36 InternalTimestamp end_timestamp; // End time of this frame. Measured in
38 uint32_t samples_to_trim_at_end;
39 uint32_t samples_to_trim_at_start;
42 std::vector<std::vector<int32_t>> decoded_samples;
45 DownMixingParams down_mixing_params;
48 ReconGainInfoParameterData recon_gain_info_parameter_data;
51 const AudioElementWithData* audio_element_with_data;