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

1 2

  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.h 39 return mStreamInfo;
54 return mStreamInfo.max_blocksize;
57 return mStreamInfo.sample_rate;
60 return mStreamInfo.channels;
63 return mStreamInfo.bits_per_sample;
66 return mStreamInfo.total_samples;
80 FLAC__StreamMetadata_StreamInfo mStreamInfo;
FLACDecoder.cpp 74 mStreamInfo = metadata->data.stream_info;
243 memset(&mStreamInfo, 0, sizeof(mStreamInfo));
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 75 mStreamInfo(NULL),
137 mStreamInfo = aacDecoder_GetStreamInfo(mAACDecoder);
138 if (mStreamInfo != NULL) {
160 mDrcWrap.submitStreamData(mStreamInfo);
276 aacParams->nChannels = mStreamInfo->numChannels;
277 aacParams->nSampleRate = mStreamInfo->sampleRate;
278 aacParams->nFrameLength = mStreamInfo->frameSize;
313 pcmParams->nChannels = mStreamInfo->numChannels;
314 pcmParams->nSamplingRate = mStreamInfo->sampleRate;
648 if (mStreamInfo->sampleRate && mStreamInfo->numChannels)
    [all...]
SoftAAC2.h 55 CStreamInfo *mStreamInfo;
  /device/huawei/angler/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...]
QCameraStream.h 126 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /device/lge/bullhead/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...]
QCameraStream.h 126 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStream.cpp 80 if (stream->mStreamInfo != NULL
81 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
152 if (stream->mStreamInfo != NULL
153 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
211 if (stream->mStreamInfo->is_secure == SECURE){
215 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
248 if (stream->mStreamInfo->is_secure == SECURE){
252 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
285 if (stream->mStreamInfo->is_secure == SECURE){
289 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.cpp 287 mStreamInfo(NULL),
411 mStreamInfo =
413 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
414 mStreamInfo->stream_type = streamType;
415 mStreamInfo->fmt = streamFormat;
416 mStreamInfo->dim = streamDim;
417 mStreamInfo->num_bufs = minNumBuffers;
418 mStreamInfo->pp_config.feature_mask = postprocess_mask;
419 mStreamInfo->is_type = is_type;
420 mStreamInfo->pp_config.rotation = streamRotation
    [all...]
QCamera3Stream.h 98 cam_stream_info_t* getStreamInfo() const {return mStreamInfo; };
108 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 286 mStreamInfo(NULL),
405 mStreamInfo =
407 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
408 mStreamInfo->stream_type = streamType;
409 mStreamInfo->fmt = streamFormat;
410 mStreamInfo->dim = streamDim;
411 mStreamInfo->num_bufs = minNumBuffers;
412 mStreamInfo->pp_config.feature_mask = postprocess_mask;
413 mStreamInfo->is_type = is_type;
414 mStreamInfo->pp_config.rotation = streamRotation
    [all...]
QCamera3Stream.h 97 cam_stream_info_t* getStreamInfo() const {return mStreamInfo; };
107 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
QCamera3HWI.cpp 483 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
484 it != mStreamInfo.end(); it++) {
505 for (List<stream_info_t *>::iterator it = mStreamInfo.begin();
506 it != mStreamInfo.end(); it++) {
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.cpp 80 if (stream->mStreamInfo != NULL
81 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
152 if (stream->mStreamInfo != NULL
153 && stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
211 if (stream->mStreamInfo->is_secure == SECURE){
215 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
248 if (stream->mStreamInfo->is_secure == SECURE){
252 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH) {
285 if (stream->mStreamInfo->is_secure == SECURE){
289 if (stream->mStreamInfo->streaming_mode == CAM_STREAMING_MODE_BATCH)
    [all...]
QCameraStream.h 158 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.cpp 227 mStreamInfo(NULL),
342 mStreamInfo =
344 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
345 mStreamInfo->stream_type = streamType;
346 mStreamInfo->fmt = streamFormat;
347 mStreamInfo->dim = streamDim;
348 mStreamInfo->num_bufs = minNumBuffers;
349 mStreamInfo->pp_config.feature_mask = postprocess_mask;
350 mStreamInfo->is_type = is_type;
351 mStreamInfo->pp_config.rotation = streamRotation
    [all...]
QCamera3Stream.h 101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 227 mStreamInfo(NULL),
342 mStreamInfo =
344 memset(mStreamInfo, 0, sizeof(cam_stream_info_t));
345 mStreamInfo->stream_type = streamType;
346 mStreamInfo->fmt = streamFormat;
347 mStreamInfo->dim = streamDim;
348 mStreamInfo->num_bufs = minNumBuffers;
349 mStreamInfo->pp_config.feature_mask = postprocess_mask;
350 mStreamInfo->is_type = is_type;
351 mStreamInfo->pp_config.rotation = streamRotation
    [all...]
QCamera3Stream.h 101 cam_stream_info_t *mStreamInfo; // ptr to stream info buf
  /frameworks/av/media/libstagefright/codecs/flac/dec/
SoftFlacDecoder.cpp 53 memset(&mStreamInfo, 0, sizeof(mStreamInfo));
170 flacParams->nChannels = mStreamInfo.channels;
171 flacParams->nSampleRate = mStreamInfo.sample_rate;
208 pcmParams->nChannels = mStreamInfo.channels;
209 pcmParams->nSamplingRate = mStreamInfo.sample_rate;
348 mStreamInfo = mFLACDecoder->getStreamInfo();
353 if (mStreamInfo.sample_rate && mStreamInfo.channels) {
355 mStreamInfo.sample_rate, mStreamInfo.channels)
    [all...]
SoftFlacDecoder.h 54 FLAC__StreamMetadata_StreamInfo 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 92 return mStreamInfo.max_blocksize;
95 return mStreamInfo.sample_rate;
98 return mStreamInfo.channels;
101 return mStreamInfo.bits_per_sample;
104 return mStreamInfo.total_samples;
139 FLAC__StreamMetadata_StreamInfo mStreamInfo;
344 mStreamInfo = metadata->data.stream_info;
509 memset(&mStreamInfo, 0, sizeof(mStreamInfo));
  /frameworks/wilhelm/src/
classes.h 332 IStreamInformation mStreamInfo;

Completed in 598 milliseconds

1 2