HomeSort by relevance Sort by last modified time
    Searched refs:mStreamInfo (Results 1 - 25 of 25) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 65 mStreamInfo(NULL),
127 mStreamInfo = aacDecoder_GetStreamInfo(mAACDecoder);
128 if (mStreamInfo != NULL) {
150 mDrcWrap.submitStreamData(mStreamInfo);
234 aacParams->nChannels = mStreamInfo->numChannels;
235 aacParams->nSampleRate = mStreamInfo->sampleRate;
236 aacParams->nFrameLength = mStreamInfo->frameSize;
267 pcmParams->nChannels = mStreamInfo->numChannels;
268 pcmParams->nSamplingRate = mStreamInfo->sampleRate;
552 if (mStreamInfo->sampleRate && mStreamInfo->numChannels)
    [all...]
SoftAAC2.h 55 CStreamInfo *mStreamInfo;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.cpp 166 mStreamInfo(NULL),
247 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0));
259 stream_config.stream_info = mStreamInfo;
282 mStreamInfo = NULL;
345 if (crop_info.crop_info[i].stream_id == mStreamInfo->stream_svr_id) {
352 (mStreamInfo->stream_type == CAM_STREAM_TYPE_PREVIEW ||
353 mStreamInfo->stream_type == CAM_STREAM_TYPE_POSTVIEW) ) {
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
721 if (mStreamInfo != NULL && (mStreamInfo->stream_type == type))
    [all...]
QCameraStream.h 93 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStream.cpp 166 mStreamInfo(NULL),
247 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0));
259 stream_config.stream_info = mStreamInfo;
282 mStreamInfo = NULL;
345 if (crop_info.crop_info[i].stream_id == mStreamInfo->stream_svr_id) {
352 (mStreamInfo->stream_type == CAM_STREAM_TYPE_PREVIEW ||
353 mStreamInfo->stream_type == CAM_STREAM_TYPE_POSTVIEW) ) {
570 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type,
721 if (mStreamInfo != NULL && (mStreamInfo->stream_type == type))
    [all...]
QCameraStream.h 93 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Stream.cpp 170 mStreamInfo(NULL),
262 mStreamInfo =
264 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
265 mStreamInfo->stream_type = streamType;
266 mStreamInfo->fmt = streamFormat;
267 mStreamInfo->dim = streamDim;
273 mStreamInfo->reprocess_config = *reprocess_config;
274 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
275 //mStreamInfo->num_of_burst = reprocess_config->offline.num_of_bufs;
276 mStreamInfo->num_of_burst = 1
    [all...]
QCamera3Stream.h 92 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
QCamera3HWI.cpp 208 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
209 it != mStreamInfo.end(); it++) {
214 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
215 it != mStreamInfo.end(); it++) {
433 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
434 it != mStreamInfo.end(); it++) {
441 /* If content of mStreamInfo is not 0, there is metadata stream */
453 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
454 it != mStreamInfo.end(); it++) {
473 mStreamInfo.push_back(stream_info)
    [all...]
QCamera3HWI.h 218 List<stream_info_t*> mStreamInfo;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Stream.cpp 171 mStreamInfo(NULL),
268 mStreamInfo =
270 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
271 mStreamInfo->stream_type = streamType;
272 mStreamInfo->fmt = streamFormat;
273 mStreamInfo->dim = streamDim;
274 mStreamInfo->num_bufs = minNumBuffers;
275 mStreamInfo->pp_config.feature_mask = postprocess_mask;
277 __func__, mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask)
    [all...]
QCamera3Stream.h 96 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
QCamera3HWI.cpp 324 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
325 it != mStreamInfo.end(); it++) {
334 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
335 it != mStreamInfo.end(); it++) {
757 for (List<stream_info_t*>::iterator it = mStreamInfo.begin();
758 it != mStreamInfo.end(); it++) {
773 /* If content of mStreamInfo is not 0, there is metadata stream */
    [all...]
QCamera3HWI.h 324 List<stream_info_t*> mStreamInfo;
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 171 mStreamInfo(NULL),
266 mStreamInfo =
268 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
269 mStreamInfo->stream_type = streamType;
270 mStreamInfo->fmt = streamFormat;
271 mStreamInfo->dim = streamDim;
272 mStreamInfo->num_bufs = minNumBuffers;
284 mStreamInfo->reprocess_config = *reprocess_config;
285 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
286 //mStreamInfo->num_of_burst = reprocess_config->offline.num_of_bufs
    [all...]
QCamera3Stream.h 94 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
QCamera3HWI.cpp 291 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
292 it != mStreamInfo.end(); it++) {
301 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
302 it != mStreamInfo.end(); it++) {
635 for (List<stream_info_t*>::iterator it = mStreamInfo.begin();
636 it != mStreamInfo.end(); it++) {
644 /* If content of mStreamInfo is not 0, there is metadata stream */
674 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
675 it != mStreamInfo.end(); it++) {
693 mStreamInfo.push_back(stream_info)
    [all...]
QCamera3HWI.h 282 List<stream_info_t*> mStreamInfo;
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStream.cpp 179 if (stream->mStreamInfo->is_secure != SECURE)
206 if (stream->mStreamInfo->is_secure != SECURE)
239 mStreamInfo(NULL),
411 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0));
424 rc = calcOffset(mStreamInfo);
446 mStreamInfo = NULL;
631 if (crop_info.crop_info[i].stream_id == mStreamInfo->stream_svr_id) {
638 (mStreamInfo->stream_type == CAM_STREAM_TYPE_PREVIEW ||
639 mStreamInfo->stream_type == CAM_STREAM_TYPE_POSTVIEW) ) {
874 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type
    [all...]
QCameraStream.h 118 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 108 for(size_t i=0 ; i < mp->mStreamInfo.mStreamInfoTable.size() ; i++) {
109 if (XA_DOMAINTYPE_VIDEO == mp->mStreamInfo.mStreamInfoTable.itemAt(i).domain) {
110 mp->mStreamInfo.mStreamInfoTable.removeAt(i);
123 StreamInfo &contInfo = mp->mStreamInfo.mStreamInfoTable.editItemAt(0);
125 ssize_t index = mp->mStreamInfo.mStreamInfoTable.add(streamInfo);
128 xaStreamEventChangeCallback callback = mp->mStreamInfo.mCallback;
129 void* callbackPContext = mp->mStreamInfo.mContext;
136 (*callback)(&mp->mStreamInfo.mItf, XA_STREAMCBEVENT_PROPERTYCHANGE /*eventId*/,
142 /*p1*/ &mp->mStreamInfo.mItf,
149 callback, &mp->mStreamInfo.mItf, callbackPContext)
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 88 return mStreamInfo.max_blocksize;
91 return mStreamInfo.sample_rate;
94 return mStreamInfo.channels;
97 return mStreamInfo.bits_per_sample;
100 return mStreamInfo.total_samples;
135 FLAC__StreamMetadata_StreamInfo mStreamInfo;
340 mStreamInfo = metadata->data.stream_info;
506 memset(&mStreamInfo, 0, sizeof(mStreamInfo));
  /frameworks/wilhelm/src/
classes.h 323 IStreamInformation mStreamInfo;
classes.c 415 {MPH_XASTREAMINFORMATION, INTERFACE_EXPLICIT, offsetof(CMediaPlayer, mStreamInfo)},
  /frameworks/wilhelm/src/itf/
IEngine.c     [all...]

Completed in 1040 milliseconds