HomeSort by relevance Sort by last modified time
    Searched refs:iNumBytesPerFrame (Results 1 - 2 of 2) sorted by null

  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.h 141 uint32 iNumBytesPerFrame; // depends on number of samples/channel and number of channels
pvmf_omx_audiodec_node.cpp 651 iNumBytesPerFrame = 2 * iSamplesPerFrame * iNumberOfAudioChannels;
663 iOMXComponentOutputBufferSize = numframes * iNumBytesPerFrame;
    [all...]

Completed in 354 milliseconds