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

1 2 3 4 5

  /external/opencore/protocols/rtp_payload_parser/rfc_2429/include/
h263_payload_parser.h 48 OSCL_IMPORT_REF virtual void Reposition(const bool adjustSequence = false, const uint32 stream = 0, const uint32 seqnum = 0);
  /external/opencore/protocols/rtp_payload_parser/rfc_3016/include/
m4v_audio_payload_parser.h 41 OSCL_IMPORT_REF void Reposition(const bool adjustSequence = false, const uint32 stream = 0, const uint32 seqnum = 0);
m4v_payload_parser.h 41 OSCL_IMPORT_REF void Reposition(const bool adjustSequence = false, const uint32 stream = 0, const uint32 seqnum = 0);
  /external/opencore/protocols/rtp_payload_parser/include/
sequence_gen.h 52 uint32 generateTimestamp(uint stream, uint32 timestamp, bool reposition = false);
payload_parser.h 146 // Reposition()
150 OSCL_IMPORT_REF virtual void Reposition(const bool adjustSequence = false, const uint32 stream = 0, const uint32 seqnum = 0) = 0;
  /external/opencore/protocols/rtp_payload_parser/rfc_3016/src/
m4v_audio_payload_parser.cpp 97 OSCL_EXPORT_REF void M4VAudioPayloadParser::Reposition(const bool adjustSequence, const uint32 stream, const uint32 seqnum)
m4v_payload_parser.cpp 92 OSCL_EXPORT_REF void M4VPayloadParser::Reposition(const bool adjustSequence, const uint32 stream, const uint32 seqnum)
  /external/opencore/protocols/rtp_payload_parser/rfc_3267/include/
amr_payload_parser.h 42 OSCL_IMPORT_REF void Reposition(const bool adjustSequence = false, const uint32 stream = 0, const uint32 seqnum = 0);
  /external/opencore/protocols/rtp_payload_parser/rfc_3640/include/
rfc3640_payload_parser.h 58 OSCL_IMPORT_REF void Reposition(const bool adjustSequence = false,
  /external/opencore/protocols/rtp_payload_parser/src/
sequence_gen.cpp 126 uint32 SequenceGenerator::generateTimestamp(uint stream, uint32 timestamp, bool reposition)
130 if (reposition)
  /external/opencore/nodes/common/include/
pvmf_data_source_playback_control.h 98 * among the source data types provided, there is an option to reposition the
115 * will reposition the data source to the nearest synchronization point before the
138 * among the source data types provided, there is an option to reposition the
149 * element is complete (say reposition to song 7 after the current song is done)
165 * will reposition the data source to the nearest synchronization point before the
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_memorybufferdatastream_factory.cpp 509 // Find out if it is on route to the cache, if so, no need to send reposition request
510 // But if the cache is full, we need to send reposition request
514 LOGDEBUG((0, "PVMFMemoryBufferReadDataStreamImpl::Read Reposition first %d last %d session %d offset %d",
517 // Send a reposition request to the writer
520 PvmiDataStreamStatus status = iWriteDataStream->Reposition(iSessionID, firstByteToRead, MBDS_REPOSITION_WITH_MARGIN);
625 // The upside is that if the pointer is slighttly ahead, no reposition request may be needed
627 // If the requested offset is far from the current offset, should trigger a reposition request now.
723 // If seeking backwards, data will never come with a reposition request
750 LOGDEBUG((0, "PVMFMemoryBufferReadDataStreamImpl::Seek/Skip Reposition session %d offset %d",
753 // Send a reposition request to the write
    [all...]
  /external/opencore/engines/player/config/core/
pv_player_config.h 75 // reposition point in millisec
  /external/opencore/protocols/rtp_payload_parser/rfc_3267/src/
amr_payload_parser.cpp 137 OSCL_EXPORT_REF void AMRPayloadParser::Reposition(const bool adjustSequence, const uint32 stream, const uint32 seqnum)
  /external/jpeg/
jdpostct.c 167 /* Reposition virtual buffer if at start of strip. */
211 /* Reposition virtual buffer if at start of strip. */
jdtrans.c 37 * may reposition the arrays, so don't rely on access_virt_barray() results
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.cpp 82 LOGINFODATAPATH((0, "PVMFProtocolEngineNode::DoReposition()->ProgressiveStreamingContainer::DoSeek : reposition offset=%d, iInterfaceState=%d",
183 // For pending reposition request, don't do auto-resume checking
  /dalvik/libcore/luni/src/main/java/java/io/
FilterInputStream.java 68 * Sending {@code reset()} will reposition this stream back to the marked
ByteArrayInputStream.java 110 * {@code readlimit} is ignored. Sending {@code reset()} will reposition the
FilterReader.java 64 * Sending {@code reset()} will reposition this reader back to the marked
  /external/opencore/engines/player/include/
pv_player_types.h 96 * element is complete (say reposition to song 7 after the current song is done)
  /external/opencore/engines/player/test/src/
test_pv_player_engine.h     [all...]
  /external/opencore/fileformats/mp4/parser/src/
syncsampleatom.cpp 144 // No I frame ahead exists, return 0 will ensure that engine ignore reposition and continue playing from current position
  /external/opencore/protocols/rtp_payload_parser/rfc_2429/src/
h263_payload_parser.cpp 189 OSCL_EXPORT_REF void H263PayloadParser::Reposition(const bool adjustSequence, const uint32 stream, const uint32 seqnum)
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStressTest.java 131 //After reposition, play 30 seconds the video should be finished.

Completed in 1662 milliseconds

1 2 3 4 5