HomeSort by relevance Sort by last modified time
    Searched defs:streamInfo (Results 1 - 18 of 18) sorted by null

  /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...]
  /device/lge/hammerhead/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...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.cpp 793 cam_stream_info_t *streamInfo = NULL;
851 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0);
852 memset(streamInfo, 0, sizeof(cam_stream_info_t));
853 streamInfo->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
854 rc = pStream->getFormat(streamInfo->fmt);
855 rc = pStream->getFrameDimension(streamInfo->dim);
857 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
858 streamInfo->num_of_burst = 0;
860 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
861 streamInfo->num_of_burst = burstNum
    [all...]
QCamera2HWI.cpp     [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/g726_enc/src/
OMX_G726Encoder.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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.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/wma_dec/src/
OMX_WmaDecoder.c     [all...]
  /external/aac/libAACdec/src/
aacdecoder.h 178 UINT flags; /*!< Flags for internal decoder use. DO NOT USE self::streaminfo::flags ! */
194 CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the bitstream) */
319 /* get streaminfo handle from decoder */
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.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/mp3_dec/src/
OMX_Mp3Decoder.c     [all...]

Completed in 342 milliseconds