/external/aac/libAACdec/src/ |
aacdecoder_lib.cpp | 148 /* Initialize AAC core decoder, and update self->streaminfo */ 545 self->streamInfo.numLostAccessUnits = 0; 546 self->streamInfo.numBadBytes = 0; 547 self->streamInfo.numTotalBytes = 0; 727 self->streamInfo.numLostAccessUnits = 0; 747 self->streamInfo.numLostAccessUnits = aacDecoder_EstimateNumberOfLostFrames(self); 763 if (self->streamInfo.numLostAccessUnits > 0) { 764 self->streamInfo.numLostAccessUnits--; 782 self->streamInfo.numLostAccessUnits = 0; 783 self->streamInfo.numBadBytes = 0 [all...] |
aacdecoder.cpp | 185 if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) 186 || ( (self->streamInfo.aacNumChannels == 1) 187 && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT)) 188 || ( IS_USAC(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) ) ) ) 199 self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! (self->flags & AC_MPS_PRESENT))) && self->qmfModeCurr == MODE_HQ ; 521 self->streamInfo.aacSampleRate, 522 self->streamInfo.extSamplingRate, 523 self->streamInfo.aacSamplesPerFrame, 524 self->streamInfo.aot [all...] |
aacdecoder.h | 177 UINT flags; /*!< Flags for internal decoder use. DO NOT USE self::streaminfo::flags ! */ 192 CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the bitstream) */ 308 /* get streaminfo handle from decoder */
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraChannel.cpp | 625 cam_stream_info_t *streamInfo = NULL; 645 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0); 646 memset(streamInfo, 0, sizeof(cam_stream_info_t)); 647 streamInfo->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC; 648 rc = pStream->getFormat(streamInfo->fmt); 649 rc = pStream->getFrameDimension(streamInfo->dim); 650 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST; 651 streamInfo->num_of_burst = minStreamBufNum; 653 streamInfo->reprocess_config.pp_type = CAM_ONLINE_REPROCESS_TYPE; 654 streamInfo->reprocess_config.online.input_stream_id = pStream->getMyServerID() [all...] |
QCamera2HWI.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraChannel.cpp | 625 cam_stream_info_t *streamInfo = NULL; 645 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0); 646 memset(streamInfo, 0, sizeof(cam_stream_info_t)); 647 streamInfo->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC; 648 rc = pStream->getFormat(streamInfo->fmt); 649 rc = pStream->getFrameDimension(streamInfo->dim); 650 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST; 651 streamInfo->num_of_burst = minStreamBufNum; 653 streamInfo->reprocess_config.pp_type = CAM_ONLINE_REPROCESS_TYPE; 654 streamInfo->reprocess_config.online.input_stream_id = pStream->getMyServerID() [all...] |
QCamera2HWI.cpp | [all...] |
/frameworks/wilhelm/src/itf/ |
IStreamInformation.c | 115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex); 117 switch (streamInfo.domain) { 119 *(XAMediaContainerInformation *)info = streamInfo.containerInfo; 122 *(XAAudioStreamInformation *)info = streamInfo.audioInfo; 125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo; 128 *(XAImageStreamInformation *)info = streamInfo.imageInfo; 131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo; 134 *(XAMIDIStreamInformation *)info = streamInfo.midiInfo; 137 *(XAVendorStreamInformation *)info = streamInfo.vendorInfo [all...] |
/frameworks/wilhelm/src/android/ |
MediaPlayer_to_android.cpp | 115 StreamInfo streamInfo; 116 streamInfo.domain = XA_DOMAINTYPE_VIDEO; 117 streamInfo.videoInfo.codecId = 0;// unknown, we don't have that info FIXME 118 streamInfo.videoInfo.width = (XAuint32)data1; 119 streamInfo.videoInfo.height = (XAuint32)data2; 120 streamInfo.videoInfo.bitRate = 0;// unknown, we don't have that info FIXME 121 streamInfo.videoInfo.frameRate = 0; 122 streamInfo.videoInfo.duration = XA_TIME_UNKNOWN; 123 StreamInfo &contInfo = mp->mStreamInfo.mStreamInfoTable.editItemAt(0) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDecoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Encoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDecoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEncoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEncoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDecoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Decoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDecoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEncoder.c | [all...] |