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

1 2

  /frameworks/base/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 54 struct ARTPConnection::StreamInfo {
181 mStreams.push_back(StreamInfo());
182 StreamInfo *info = &*--mStreams.end();
216 List<StreamInfo>::iterator it = mStreams.begin();
255 for (List<StreamInfo>::iterator it = mStreams.begin();
279 List<StreamInfo>::iterator it = mStreams.begin();
310 List<StreamInfo>::iterator it = mStreams.begin();
312 StreamInfo *s = &*it;
371 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) {
411 status_t ARTPConnection::parseRTP(StreamInfo *s, const sp<ABuffer> &buffer)
    [all...]
  /system/media/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/flac/libFLAC/include/protected/
stream_decoder.h 47 FLAC__bool md5_checking; /* if true, generate MD5 signature of decoded data and compare against signature in the STREAMINFO metadata block */
  /system/media/wilhelm/src/android/
MediaPlayer_to_android.cpp 104 StreamInfo streamInfo;
105 streamInfo.domain = XA_DOMAINTYPE_VIDEO;
106 streamInfo.videoInfo.codecId = 0;// unknown, we don't have that info FIXME
107 streamInfo.videoInfo.width = (XAuint32)data1;
108 streamInfo.videoInfo.height = (XAuint32)data2;
109 streamInfo.videoInfo.bitRate = 0;// unknown, we don't have that info FIXME
110 streamInfo.videoInfo.frameRate = 0;
111 streamInfo.videoInfo.duration = XA_TIME_UNKNOWN;
112 StreamInfo &contInfo = mp->mStreamInfo.mStreamInfoTable.editItemAt(0)
    [all...]
  /frameworks/base/media/libstagefright/
FLACExtractor.cpp 134 // cached when the STREAMINFO metadata is parsed by libFLAC
343 LOGE("FLACParser::metadataCallback unexpected STREAMINFO");
575 LOGE("missing STREAMINFO");
620 // verify that block header keeps the promises made by STREAMINFO
797 // second 4 is the sizeof STREAMINFO
798 // 042 is the mandatory STREAMINFO
  /external/flac/libFLAC/
ogg_encoder_aspect.c 93 * - 'fLaC' magic and STREAMINFO block get combined into the first
121 * wait until we get the STREAMINFO and prepend it in that packet
169 /* add STREAMINFO */
stream_encoder.c 364 FLAC__StreamMetadata streaminfo; /* scratchpad for STREAMINFO as it is built */ member in struct:FLAC__StreamEncoderPrivate
    [all...]
  /system/media/wilhelm/src/
data.h 112 } StreamInfo;
itfstruct.h 610 android::Vector<StreamInfo> mStreamInfoTable;
  /frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.cpp 184 struct StreamInfo {
222 Vector<StreamInfo> infos;
267 StreamInfo info;
280 StreamInfo &info = infos.editItemAt(i);
302 StreamInfo &info = infos.editItemAt(i);
314 const StreamInfo &info1 = infos.itemAt(0);
315 const StreamInfo &info2 = infos.itemAt(1);
349 StreamInfo &info = infos.editItemAt(i);
  /external/flac/include/FLAC/
stream_decoder.h 161 * in the STREAMINFO block. MD5 checking is automatically turned off
163 * in the STREAMINFO block or when a seek is attempted.
167 * the STREAMINFO block. These functions allow you to tell the decoder
179 * STREAMINFO and SEEKTABLE blocks are always parsed and used internally, but
690 * \c STREAMINFO block, followed by zero or more other metadata blocks.
698 * \c STREAMINFO block; you can instruct the decoder to pass or filter
    [all...]
metadata.h 71 * Read-only access to the STREAMINFO, VORBIS_COMMENT, CUESHEET, and
133 * STREAMINFO, VORBIS_COMMENT, CUESHEET, and PICTURE blocks, requiring
141 /** Read the STREAMINFO metadata block of the given FLAC file. This function
145 * \param streaminfo A pointer to space for the STREAMINFO block. Since
151 * \code streaminfo != NULL \endcode
153 * \c true if a valid STREAMINFO block was read from \a filename. Returns
155 * or the file contained no STREAMINFO block. (A memory allocation error
158 FLAC_API FLAC__bool FLAC__metadata_get_streaminfo(const char *filename, FLAC__StreamMetadata *streaminfo);
554 * Existing block is a STREAMINFO block and the new block is
    [all...]
stream_encoder.h 213 * beginning of the stream, to the STREAMINFO block, to write some data
641 * once at the end of encoding with the populated STREAMINFO structure. This
643 * STREAMINFO block with the correct statistics after encoding (like
650 * \param metadata The final populated STREAMINFO block.
    [all...]
format.h 491 /**< <A HREF="../format.html#metadata_block_streaminfo">STREAMINFO</A> block */
524 /** FLAC STREAMINFO structure. (c.f. <A HREF="../format.html#metadata_block_streaminfo">format specification</A>)
546 /** The total stream length of the STREAMINFO block in bytes. */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 317 TI_OMX_STREAM_INFO *streaminfo = NULL; local
336 streaminfo = malloc(sizeof(TI_OMX_STREAM_INFO));
657 error = OMX_GetConfig (pHandle, index, streaminfo);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 487 TI_OMX_STREAM_INFO *streaminfo=NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 714 TI_OMX_STREAM_INFO *streaminfo; local
715 OMX_NBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
719 ArrayOfPointers[0]=(TI_OMX_STREAM_INFO*)streaminfo;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 699 TI_OMX_STREAM_INFO *streaminfo; local
701 OMX_WBAPP_MALLOC_STRUCT(streaminfo, TI_OMX_STREAM_INFO);
705 ArrayOfPointers[0] = (TI_OMX_STREAM_INFO*)streaminfo;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 552 TI_OMX_STREAM_INFO *streaminfo =NULL; local
574 streaminfo = newmalloc(sizeof(TI_OMX_STREAM_INFO));
575 if(NULL == streaminfo)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c     [all...]

Completed in 690 milliseconds

1 2