OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unBitrate
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
439
OMX_U32
unBitrate
;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c
207
pComponentPrivate->
unBitrate
= pComponentPrivate->aacParams[OUTPUT_PORT]->nBitRate; /*Bit rate 2bytes*/
252
arr[12] = (OMX_U16)(pComponentPrivate->
unBitrate
& 0xFFFF); /*Bit rate 2bytes*/
253
arr[13] = (OMX_U16)(pComponentPrivate->
unBitrate
>> 16); /*Bit rate 2bytes*/
291
arr[12] = (OMX_U16)(pComponentPrivate->
unBitrate
& 0xFFFF); /*Bit rate 2bytes*/
292
arr[13] = (OMX_U16)(pComponentPrivate->
unBitrate
>> 16); /*Bit rate 2bytes*/
[
all
...]
OMX_AacEncoder.c
296
pComponentPrivate->
unBitrate
= 128000;
[
all
...]
Completed in 53 milliseconds