OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isamplesperframe
(Results
1 - 12
of
12
) sorted by null
/external/opencore/codecs_v2/omx/omx_aac/include/
aac_timestamp.h
44
iSamplesPerFrame
= DEFAULT_SAMPLES_PER_FRAME;
64
uint32
iSamplesPerFrame
;
/external/opencore/codecs_v2/omx/omx_mp3/include/
mp3_timestamp.h
43
iSamplesPerFrame
= DEFAULT_SAMPLES_PER_FRAME_MP3;
63
uint32
iSamplesPerFrame
;
/external/opencore/codecs_v2/omx/omx_aac/src/
aac_timestamp.cpp
30
iSamplesPerFrame
= aSamples;
88
Value = ((OMX_TICKS)
iSamplesPerFrame
* 1000000 + (iSamplingFreq >> 1)) / iSamplingFreq;
omx_aac_component.cpp
307
iSamplesPerFrame
= AACDEC_PCM_FRAME_SAMPLE_SIZE;
556
&
iSamplesPerFrame
,
570
iCurrentFrameTS.SetParameters(ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.nSamplingRate,
iSamplesPerFrame
);
600
iCurrentFrameTS.UpdateTimestamp(
iSamplesPerFrame
);
625
iCurrentFrameTS.UpdateTimestamp(
iSamplesPerFrame
);
[
all
...]
/external/opencore/codecs_v2/omx/omx_mp3/src/
mp3_timestamp.cpp
30
iSamplesPerFrame
= aSamples;
87
Value = ((OMX_TICKS)
iSamplesPerFrame
* 1000000 + (iSamplingFreq >> 1)) / iSamplingFreq;
omx_mp3_component.cpp
304
iSamplesPerFrame
= DEFAULT_SAMPLES_PER_FRAME_MP3;
558
iSamplesPerFrame
= OutputLength / ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.nChannels;
560
iCurrentFrameTS.SetParameters(ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.nSamplingRate,
iSamplesPerFrame
);
589
iCurrentFrameTS.UpdateTimestamp(
iSamplesPerFrame
);
611
iCurrentFrameTS.UpdateTimestamp(
iSamplesPerFrame
);
[
all
...]
/external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp
577
iSamplesPerFrame
= Audio_Aac_Param.nFrameLength;
585
iSamplesPerFrame
= PVOMXAUDIODEC_AMRNB_SAMPLES_PER_FRAME;
591
iSamplesPerFrame
= PVOMXAUDIODEC_AMRWB_SAMPLES_PER_FRAME;
597
iSamplesPerFrame
= PVOMXAUDIODEC_MP3_DEFAULT_SAMPLES_PER_FRAME;
604
iSamplesPerFrame
= 0; // unknown
646
if ((
iSamplesPerFrame
!= 0) && ((
iSamplesPerFrame
* 1000) > iPCMSamplingRate))
647
// if this
iSamplesPerFrame
is known and is large enough to ensure that the iMilliSecPerFrame calculation
651
iNumBytesPerFrame = 2 *
iSamplesPerFrame
* iNumberOfAudioChannels;
652
iMilliSecPerFrame = (
iSamplesPerFrame
* 1000) / iPCMSamplingRate
[
all
...]
pvmf_omx_audiodec_node.h
140
uint32
iSamplesPerFrame
; // number of samples per 1 frame of data (if known) per channel
/external/opencore/codecs_v2/omx/omx_baseclass/include/
pv_omxcomponent.h
512
OMX_U32
iSamplesPerFrame
;
/external/opencore/fileformats/mp3/parser/include/
mp3parser.h
469
uint32
iSamplesPerFrame
;
/external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp
339
iSamplesPerFrame
= 0;
645
iSamplesPerFrame
= spfIndexTable[iMP3HeaderInfo.frameVer][iMP3HeaderInfo.layerID];
[
all
...]
/external/opencore/codecs_v2/omx/omx_baseclass/src/
pv_omxcomponent.cpp
90
iSamplesPerFrame
= 0;
[
all
...]
Completed in 513 milliseconds