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

1 2

  /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;
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.cpp 73 if (stream->mStreamInfo != NULL
74 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
148 if (stream->mStreamInfo != NULL
149 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
202 if (stream->mStreamInfo->is_secure == SECURE){
206 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
239 if (stream->mStreamInfo->is_secure == SECURE){
243 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
282 mStreamInfo(NULL),
609 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0))
    [all...]
  /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 97 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
QCamera3HWI.cpp 323 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
324 it != mStreamInfo.end(); it++) {
333 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
334 it != mStreamInfo.end(); it++) {
810 for (List<stream_info_t*>::iterator it = mStreamInfo.begin();
811 it != mStreamInfo.end(); it++) {
826 /* If content of mStreamInfo is not 0, there is metadata stream */
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Stream.cpp 228 mStreamInfo(NULL),
343 mStreamInfo =
345 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
346 mStreamInfo->stream_type = streamType;
347 mStreamInfo->fmt = streamFormat;
348 mStreamInfo->dim = streamDim;
349 mStreamInfo->num_bufs = minNumBuffers;
350 mStreamInfo->pp_config.feature_mask = postprocess_mask;
351 mStreamInfo->is_type = is_type;
352 mStreamInfo->pp_config.rotation = streamRotation
    [all...]
QCamera3Stream.h 100 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
QCamera3HWI.cpp 394 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
395 it != mStreamInfo.end(); it++) {
411 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
412 it != mStreamInfo.end(); it++) {
    [all...]
  /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 293 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
294 it != mStreamInfo.end(); it++) {
303 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
304 it != mStreamInfo.end(); it++) {
636 for (List<stream_info_t*>::iterator it = mStreamInfo.begin();
637 it != mStreamInfo.end(); it++) {
645 /* If content of mStreamInfo is not 0, there is metadata stream */
675 for (List<stream_info_t*>::iterator it=mStreamInfo.begin();
676 it != mStreamInfo.end(); it++) {
694 mStreamInfo.push_back(stream_info)
    [all...]
QCamera3HWI.h 283 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));

Completed in 456 milliseconds

1 2