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

1 2

  /device/huawei/angler/camera/QCamera2/HAL/
QCameraAllocator.h 49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
50 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
QCameraChannel.cpp 899 cam_stream_info_t *streamInfo = NULL;
    [all...]
QCameraStream.cpp 664 * @streamInfo : stream information
670 int32_t QCameraStream::calcOffset(cam_stream_info_t *streamInfo)
674 cam_dimension_t dim = streamInfo->dim;
675 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION &&
676 streamInfo->stream_type != CAM_STREAM_TYPE_VIDEO) {
677 if (streamInfo->pp_config.rotation == ROTATE_90 ||
678 streamInfo->pp_config.rotation == ROTATE_270) {
680 dim.width = streamInfo->dim.height;
681 dim.height = streamInfo->dim.width;
685 switch (streamInfo->stream_type)
    [all...]
QCamera2HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraAllocator.h 49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
50 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
QCameraChannel.cpp 887 cam_stream_info_t *streamInfo = NULL;
    [all...]
QCameraStream.cpp 664 * @streamInfo : stream information
670 int32_t QCameraStream::calcOffset(cam_stream_info_t *streamInfo)
674 cam_dimension_t dim = streamInfo->dim;
675 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION &&
676 streamInfo->stream_type != CAM_STREAM_TYPE_VIDEO) {
677 if (streamInfo->pp_config.rotation == ROTATE_90 ||
678 streamInfo->pp_config.rotation == ROTATE_270) {
680 dim.width = streamInfo->dim.height;
681 dim.height = streamInfo->dim.width;
685 switch (streamInfo->stream_type)
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraAllocator.h 54 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
55 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
QCameraChannel.cpp 969 cam_stream_info_t *streamInfo = NULL;
    [all...]
QCameraStream.cpp 810 * @streamInfo : stream information
816 int32_t QCameraStream::calcOffset(cam_stream_info_t *streamInfo)
820 cam_dimension_t dim = streamInfo->dim;
821 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION &&
822 streamInfo->stream_type != CAM_STREAM_TYPE_VIDEO) {
823 if (streamInfo->pp_config.rotation == ROTATE_90 ||
824 streamInfo->pp_config.rotation == ROTATE_270) {
826 dim.width = streamInfo->dim.height;
827 dim.height = streamInfo->dim.width;
831 switch (streamInfo->stream_type)
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 153 /* Initialize AAC core decoder, and update self->streaminfo */
617 self->streamInfo.numLostAccessUnits = 0;
618 self->streamInfo.numBadBytes = 0;
619 self->streamInfo.numTotalBytes = 0;
805 self->streamInfo.numLostAccessUnits = 0;
825 self->streamInfo.numLostAccessUnits = aacDecoder_EstimateNumberOfLostFrames(self);
841 if (self->streamInfo.numLostAccessUnits > 0) {
842 self->streamInfo.numLostAccessUnits--;
861 self->streamInfo.numLostAccessUnits = 0;
862 self->streamInfo.numBadBytes = 0
    [all...]
aacdecoder.cpp 171 if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT))
172 || ( (self->streamInfo.aacNumChannels == 1)
173 && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT))
174 || ( IS_USAC(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) ) ) )
185 self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! (self->flags & AC_MPS_PRESENT))) && self->qmfModeCurr == MODE_HQ ;
523 self->streamInfo.aacSampleRate,
524 self->streamInfo.extSamplingRate,
525 self->streamInfo.aacSamplesPerFrame,
526 self->streamInfo.aot
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraAllocator.h 56 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
57 virtual QCameraMemory *allocateStreamUserBuf(cam_stream_info_t *streamInfo) = 0;
QCameraChannel.cpp     [all...]
QCameraStream.cpp 843 * @streamInfo : stream information
849 int32_t QCameraStream::calcOffset(cam_stream_info_t *streamInfo)
853 cam_dimension_t dim = streamInfo->dim;
854 if (streamInfo->pp_config.feature_mask & CAM_QCOM_FEATURE_ROTATION &&
855 streamInfo->stream_type != CAM_STREAM_TYPE_VIDEO) {
856 if (streamInfo->pp_config.rotation == ROTATE_90 ||
857 streamInfo->pp_config.rotation == ROTATE_270) {
859 dim.width = streamInfo->dim.height;
860 dim.height = streamInfo->dim.width;
864 switch (streamInfo->stream_type)
    [all...]
QCamera2HWI.cpp     [all...]
  /frameworks/wilhelm/src/itf/
IStreamInformation.cpp 115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex);
117 switch (streamInfo.domain) {
119 *(XAMediaContainerInformation *)info = streamInfo.containerInfo;
122 *(XAAudioStreamInformation *)info = streamInfo.audioInfo;
125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo;
128 *(XAImageStreamInformation *)info = streamInfo.imageInfo;
131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo;
134 *(XAMIDIStreamInformation *)info = streamInfo.midiInfo;
137 *(XAVendorStreamInformation *)info = streamInfo.vendorInfo
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 164 CameraDeviceBase::StreamInfo streamInfo;
165 res = device->getStreamInfo(mPreviewStreamId, &streamInfo);
171 if (streamInfo.width != (uint32_t)params.previewWidth ||
172 streamInfo.height != (uint32_t)params.previewHeight) {
174 __FUNCTION__, mId, streamInfo.width, streamInfo.height,
314 CameraDeviceBase::StreamInfo streamInfo;
315 res = device->getStreamInfo(mRecordingStreamId, &streamInfo);
    [all...]
JpegProcessor.cpp 139 CameraDeviceBase::StreamInfo streamInfo;
140 res = device->getStreamInfo(mCaptureStreamId, &streamInfo);
147 if (streamInfo.width != (uint32_t)params.pictureWidth ||
148 streamInfo.height != (uint32_t)params.pictureHeight) {
CallbackProcessor.cpp 124 CameraDeviceBase::StreamInfo streamInfo;
125 res = device->getStreamInfo(mCallbackStreamId, &streamInfo);
132 if (streamInfo.width != (uint32_t)params.previewWidth ||
133 streamInfo.height != (uint32_t)params.previewHeight ||
134 !streamInfo.matchFormat((uint32_t)callbackFormat)) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.cpp 39 const StreamInfo& streamInfo) {
42 int streamId = streamInfo.streamId;
43 int streamSetId = streamInfo.streamSetId;
50 if (streamInfo.totalBufferCount > kMaxBufferCount || streamInfo.totalBufferCount == 0) {
52 __FUNCTION__, streamId, streamSetId, streamInfo.totalBufferCount);
55 if (!streamInfo.isConfigured) {
78 mStreamSetMap[i].streamInfoMap[streamIdx].streamSetId != streamInfo.streamSetId) {
102 currentStreamSet.streamInfoMap.add(streamId, streamInfo);
    [all...]
Camera3BufferManager.h 31 struct StreamInfo;
85 status_t registerStream(wp<Camera3OutputStream>& stream, const StreamInfo &streamInfo);
225 typedef KeyedVector<StreamId, StreamInfo> InfoMap;
  /external/lzma/CPP/Windows/
FileFind.h 107 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
108 bool FindNext(CStreamInfo &streamInfo);
119 bool Next(CStreamInfo &streamInfo, bool &found);
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 497 OutputStreamInfo streamInfo;
511 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer);
519 if (isShared && streamInfo.format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) {
533 err = mDevice->createStream(surfaces, deferredConsumer, streamInfo.width,
534 streamInfo.height, streamInfo.format, streamInfo.dataSpace,
541 mCameraIdStr.string(), streamInfo.width, streamInfo.height, streamInfo.format
    [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...]

Completed in 934 milliseconds

1 2