OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FramesPerOutBuf
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c
211
OMX_U32 CalculateOutputBufferSize (OMX_U32 SampleFrec, OMX_U32 BitRate, OMX_U16
FramesPerOutBuf
);
557
OMX_U16
FramesPerOutBuf
=12; /* desired number of frames */
911
OutputBufferSize = CalculateOutputBufferSize(atoi(argv[6]),atoi(argv[7]),
FramesPerOutBuf
); /*Sample frec, Bit rate , frames*/
913
/* getting index for
framesPerOutBuf
*/
921
error = OMX_SetConfig (*pHandle, index, &
FramesPerOutBuf
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c
122
OMX_U16
FramesPerOutBuf
= 0;
136
FramesPerOutBuf
= (OMX_U16)pComponentPrivate->FramesPer_OutputBuffer;
137
OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: UTIL: Frames per output buffer = %d \n\n",__LINE__,
FramesPerOutBuf
);
257
arr[17] =
FramesPerOutBuf
; /*
FramesPerOutBuf
*/
299
arr[17] =
FramesPerOutBuf
; /*
FramesPerOutBuf
*/
[
all
...]
OMX_AacEncoder.c
[
all
...]
Completed in 95 milliseconds