Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/media/android/
Daudio_decoder_android.cc416 size_t current_sample_in_frame = 0; in CopyPcmDataToBus() local
432 destination_bus->channelData(current_sample_in_frame)[decoded_frames] = in CopyPcmDataToBus()
434 ++current_sample_in_frame; in CopyPcmDataToBus()
436 if (current_sample_in_frame >= number_of_channels) { in CopyPcmDataToBus()
437 current_sample_in_frame = 0; in CopyPcmDataToBus()