HomeSort by relevance Sort by last modified time
    Searched full:timescale (Results 51 - 75 of 75) sorted by null

1 23

  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 346 M4OSA_UInt32 OutputVideoTimescale; /*Output timescale*/
476 /**< If the sendCommand fct is called twice or more, the first computed timescale
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 172 trackMetaData.setTimescale(samplerate); // Audio tracks always use samplerate as timescale
EC3TrackImpl.java 119 trackMetaData.setTimescale(samplerate); // Audio tracks always use samplerate as timescale
AC3TrackImpl.java 81 trackMetaData.setTimescale(samplerate); // Audio tracks always use samplerate as timescale
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h 177 M4OSA_UInt32 timescale; /* T (video=1000), (AMR8=8000), (AMR16=16000)*/ member in struct:__anon29130
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.h 104 u32 timeScale;
h264bsd_vui.c 237 pVuiParameters->timeScale = tmp;
  /external/chromium_org/media/mp4/
track_run_iterator_unittest.cc 55 moov_.header.timescale = 1000;
59 moov_.tracks[0].media.header.timescale = kAudioScale;
71 moov_.tracks[1].media.header.timescale = kVideoScale;
mp4_stream_parser.cc 300 moov_->header.timescale);
304 moov_->header.timescale);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 489 meta->findInt32(kKeySampleRate, (int32_t*)&streamDesc.timeScale);
491 streamDesc.averageBitrate,streamDesc.timeScale,Duration/1000);
523 pAudioStreamHandler->m_samplingFrequency = streamDesc.timeScale;
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 937 writeInt32(mTimeScale); // mvhd timescale
    [all...]
OMXCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp     [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 1572 int32_t timescale; local
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_API.c     [all...]
M4PCMR_CoreReader.c 227 pStreamDesc->timeScale = 1000;
229 / (M4OSA_Double)(c->m_decoderConfig.AvgBytesPerSec))*pStreamDesc->timeScale);
M4READER_Pcm.c 383 M4OSA_TIME_TO_MS( fDuration, streamDesc.duration, streamDesc.timeScale);
389 (void*)streamDesc.timeScale; /*trick to change*/
M4VSS3GPP_Edit.c     [all...]
M4xVSS_internal.c     [all...]
M4VSS3GPP_EditVideo.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 259 reader.getTraceUnits().setTimeScale(TraceUnits.TimeScale.MilliSeconds);
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c 240 pStreamDescription->timeScale = 1000; /**< and timeScale */
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 647 // just translate media duration to movie timescale
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_API.h 283 timescale during transcoding */
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 553 milliseconds

1 23