Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/utilities/pv_config_parser/src/
Dpv_audio_config_parser.cpp114 aOutputs->SamplesPerSec = dwdata; in OSCL_DLL_ENTRY_POINT_DEFAULT()
161 aOutputs->SamplesPerSec = dwdata; in OSCL_DLL_ENTRY_POINT_DEFAULT()
205 if (AvgBytesPerSec > 192000 || aOutputs->SamplesPerSec > 48000) in OSCL_DLL_ENTRY_POINT_DEFAULT()
233 aOutputs->SamplesPerSec = dwdata; in OSCL_DLL_ENTRY_POINT_DEFAULT()
239 if (aOutputs->SamplesPerSec > 48000) in OSCL_DLL_ENTRY_POINT_DEFAULT()
276 aOutputs->SamplesPerSec = dwdata; in OSCL_DLL_ENTRY_POINT_DEFAULT()
285 if (aOutputs->SamplesPerSec > 48000) in OSCL_DLL_ENTRY_POINT_DEFAULT()
322 aOutputs->SamplesPerSec = dwdata; in OSCL_DLL_ENTRY_POINT_DEFAULT()
/external/opencore/codecs_v2/utilities/pv_config_parser/include/
Dpv_audio_config_parser.h37 uint32 SamplesPerSec; member
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omx_config_parser.h75 OMX_U32 SamplesPerSec; member
/external/opencore/fileformats/avi/parser/src/
Dpv_avifile_streamlist.cpp498 iStreamFmt.iAudWaveFormatEx.SamplesPerSec = 0; in ParseStreamFormat()
514 …ER_SUCCESS != (PVAviFileParserUtils::read32(aFp, iStreamFmt.iAudWaveFormatEx.SamplesPerSec, true))) in ParseStreamFormat()
/external/opencore/fileformats/avi/parser/include/
Dpv_avifile_typedefs.h405 uint32 SamplesPerSec; member
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp992 iPCMSamplingRate = pOutputParameters->SamplesPerSec; in NegotiateComponentParameters()
3011 iPCMSamplingRate = aOutputParameters.SamplesPerSec; in VerifyParametersSync()
3161 iPCMSamplingRate = aOutputParameters.SamplesPerSec; in DoCapConfigVerifyParameters()