HomeSort by relevance Sort by last modified time
    Searched defs:streamInfo (Results 1 - 16 of 16) sorted by null

  /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...]
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)) {
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) {
  /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...]
  /device/google/marlin/camera/QCamera2/HAL/
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...]
QCamera2HWICallbacks.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
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...]
QCamera2HWICallbacks.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /external/aac/libAACdec/src/
aacdecoder.h 203 self::streaminfo::flags ! */
206 NOT USE self::streaminfo::flags ! */
232 streamInfo; /*!< Pointer to StreamInfo data (read from the bitstream) */
462 /* get streaminfo handle from decoder */
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 650 OutputStreamInfo streamInfo;
664 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer);
679 err = mDevice->createStream(surfaces, deferredConsumer, streamInfo.width,
680 streamInfo.height, streamInfo.format, streamInfo.dataSpace,
688 mCameraIdStr.string(), streamInfo.width, streamInfo.height, streamInfo.format,
689 streamInfo.dataSpace, strerror(-err), err)
    [all...]
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 519 milliseconds