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

  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 57 mStreamInfo(NULL),
117 mStreamInfo = aacDecoder_GetStreamInfo(mAACDecoder);
118 if (mStreamInfo != NULL) {
187 aacParams->nChannels = mStreamInfo->numChannels;
188 aacParams->nSampleRate = mStreamInfo->sampleRate;
189 aacParams->nFrameLength = mStreamInfo->frameSize;
220 pcmParams->nChannels = mStreamInfo->numChannels;
221 pcmParams->nSamplingRate = mStreamInfo->sampleRate;
292 if (mStreamInfo->numChannels > 2) {
298 mStreamInfo->numChannels = 2
    [all...]
SoftAAC2.h 53 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
  /hardware/qcom/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 207 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
208 it != mStreamInfo.end(); it++) {
213 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
214 it != mStreamInfo.end(); it++) {
432 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
433 it != mStreamInfo.end(); it++) {
440 /* If content of mStreamInfo is not 0, there is metadata stream */
452 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
453 it != mStreamInfo.end(); it++) {
472 mStreamInfo.push_back(stream_info)
    [all...]
QCamera3HWI.h 214 List<stream_info_t*> mStreamInfo;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Stream.cpp 171 mStreamInfo(NULL),
263 mStreamInfo =
265 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
266 mStreamInfo->stream_type = streamType;
267 mStreamInfo->fmt = streamFormat;
268 mStreamInfo->dim = streamDim;
274 mStreamInfo->reprocess_config = *reprocess_config;
275 mStreamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
276 //mStreamInfo->num_of_burst = reprocess_config->offline.num_of_bufs;
277 mStreamInfo->num_of_burst = 1
    [all...]
QCamera3Stream.h 92 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
QCamera3HWI.cpp 236 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
237 it != mStreamInfo.end(); it++) {
244 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
245 it != mStreamInfo.end(); it++) {
469 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
470 it != mStreamInfo.end(); it++) {
476 /* If content of mStreamInfo is not 0, there is metadata stream */
505 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
506 it != mStreamInfo.end(); it++) {
527 mStreamInfo.push_back(stream_info)
    [all...]
QCamera3HWI.h 240 List<stream_info_t*> mStreamInfo;
  /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;
485 memset(&mStreamInfo, 0, sizeof(mStreamInfo));
  /frameworks/wilhelm/src/
classes.h 319 IStreamInformation mStreamInfo;
classes.c 410 {MPH_XASTREAMINFORMATION, INTERFACE_EXPLICIT, offsetof(CMediaPlayer, mStreamInfo)},
  /frameworks/wilhelm/src/itf/
IEngine.c     [all...]

Completed in 1962 milliseconds