HomeSort by relevance Sort by last modified time
    Searched full:streaminfo (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.h 69 struct StreamInfo;
70 List<StreamInfo> mStreams;
81 status_t receive(StreamInfo *info, bool receiveRTP);
83 status_t parseRTP(StreamInfo *info, const sp<ABuffer> &buffer);
84 status_t parseRTCP(StreamInfo *info, const sp<ABuffer> &buffer);
85 status_t parseSR(StreamInfo *info, const uint8_t *data, size_t size);
86 status_t parseBYE(StreamInfo *info, const uint8_t *data, size_t size);
88 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
ARTPConnection.cpp 55 struct ARTPConnection::StreamInfo {
183 mStreams.push_back(StreamInfo());
184 StreamInfo *info = &*--mStreams.end();
218 List<StreamInfo>::iterator it = mStreams.begin();
257 for (List<StreamInfo>::iterator it = mStreams.begin();
281 List<StreamInfo>::iterator it = mStreams.begin();
312 List<StreamInfo>::iterator it = mStreams.begin();
314 StreamInfo *s = &*it;
373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) {
413 status_t ARTPConnection::parseRTP(StreamInfo *s, const sp<ABuffer> &buffer)
    [all...]
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 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...]
  /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;
812 self->streamInfo.numLostAccessUnits = 0;
832 self->streamInfo.numLostAccessUnits = aacDecoder_EstimateNumberOfLostFrames(self);
848 if (self->streamInfo.numLostAccessUnits > 0) {
849 self->streamInfo.numLostAccessUnits--;
868 self->streamInfo.numLostAccessUnits = 0;
869 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...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.h 65 struct StreamInfo {
66 StreamInfo()
73 StreamInfo(VideoEncoder* encoder,
115 std::vector<StreamInfo> streaminfos_;
  /packages/apps/TV/src/com/android/tv/data/
StreamInfo.java 19 public interface StreamInfo {
  /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 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/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...]
  /external/lzma/CPP/Windows/
FileFind.h 106 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
107 bool FindNext(CStreamInfo &streamInfo);
118 bool Next(CStreamInfo &streamInfo, bool &found);
  /hardware/qcom/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 966 cam_stream_info_t *streamInfo = NULL;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.cpp 793 cam_stream_info_t *streamInfo = NULL;
851 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0);
852 memset(streamInfo, 0, sizeof(cam_stream_info_t));
853 streamInfo->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
854 rc = pStream->getFormat(streamInfo->fmt);
855 rc = pStream->getFrameDimension(streamInfo->dim);
857 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
858 streamInfo->num_of_burst = 0;
860 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
861 streamInfo->num_of_burst = burstNum
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.cpp 47 const StreamInfo& streamInfo) {
50 int streamId = streamInfo.streamId;
51 int streamSetId = streamInfo.streamSetId;
58 if (streamInfo.totalBufferCount > kMaxBufferCount || streamInfo.totalBufferCount == 0) {
60 __FUNCTION__, streamId, streamSetId, streamInfo.totalBufferCount);
63 if (!streamInfo.isConfigured) {
90 mStreamSetMap[i].streamInfoMap[streamIdx].streamSetId != streamInfo.streamSetId) {
114 currentStreamSet.streamInfoMap.add(streamId, streamInfo);
    [all...]
Camera3OutputStream.h 39 struct StreamInfo {
49 StreamInfo(int id = CAMERA3_STREAM_ID_INVALID,
  /external/flac/libFLAC/include/protected/
stream_decoder.h 49 FLAC__bool md5_checking; /* if true, generate MD5 signature of decoded data and compare against signature in the STREAMINFO metadata block */
  /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...]
  /packages/apps/TV/src/com/android/tv/util/
Utils.java 51 import com.android.tv.data.StreamInfo;
352 return StreamInfo.VIDEO_DEFINITION_LEVEL_ULTRA_HD;
354 return StreamInfo.VIDEO_DEFINITION_LEVEL_FULL_HD;
356 return StreamInfo.VIDEO_DEFINITION_LEVEL_HD;
358 return StreamInfo.VIDEO_DEFINITION_LEVEL_SD;
360 return StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
365 case StreamInfo.VIDEO_DEFINITION_LEVEL_ULTRA_HD:
368 case StreamInfo.VIDEO_DEFINITION_LEVEL_FULL_HD:
371 case StreamInfo.VIDEO_DEFINITION_LEVEL_HD:
373 case StreamInfo.VIDEO_DEFINITION_LEVEL_SD
    [all...]
  /frameworks/wilhelm/src/
data.h 117 } StreamInfo;
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 64 import com.android.tv.data.StreamInfo;
80 public class TunableTvView extends FrameLayout implements StreamInfo {
128 private int mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
131 private int mAudioChannelCount = StreamInfo.AUDIO_CHANNEL_COUNT_UNKNOWN;
250 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
254 mAudioChannelCount = StreamInfo.AUDIO_CHANNEL_COUNT_UNKNOWN;
530 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
533 mAudioChannelCount = StreamInfo.AUDIO_CHANNEL_COUNT_UNKNOWN;
601 mVideoFormat = StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
604 mAudioChannelCount = StreamInfo.AUDIO_CHANNEL_COUNT_UNKNOWN
    [all...]
  /external/flac/include/FLAC/
stream_decoder.h 162 * in the STREAMINFO block. MD5 checking is automatically turned off
164 * in the STREAMINFO block or when a seek is attempted.
168 * the STREAMINFO block. These functions allow you to tell the decoder
180 * STREAMINFO and SEEKTABLE blocks are always parsed and used internally, but
691 * \c STREAMINFO block, followed by zero or more other metadata blocks.
699 * \c STREAMINFO block; you can instruct the decoder to pass or filter
    [all...]

Completed in 778 milliseconds

1 2 3 4