Searched defs:out_channels (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp596 int *out_sampling_rate, int *out_channels,
604 if (out_channels) {
605 *out_channels = 0;
737 if (out_channels) {
740 *out_channels = (channel_mode == 3) ? 1 : 2;
594 GetMPEGAudioFrameSize( uint32_t header, size_t *frame_size, int *out_sampling_rate, int *out_channels, int *out_bitrate, int *out_num_samples) argument

Completed in 52 milliseconds