HomeSort by relevance Sort by last modified time
    Searched defs:time_base (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/
video_common.h 20 struct VpxRational time_base; member in struct:__anon16681
  /external/libvpx/libvpx/
video_common.h 20 struct VpxRational time_base; member in struct:__anon28632
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_common.h 20 struct VpxRational time_base; member in struct:__anon39722
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 74 int time_base = -1; local
79 time_base++;
vop.cpp 738 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base)
765 *time_base = time_s; /* 02/27/2002 */
766 // *time_base = *time_base/1000;
767 // tmpvar = time_s - *time_base;
768 // if (tmpvar <= 60) *time_base = time_s;
808 int time_base; local
849 time_base = -1;
852 time_base++;
861 currVol->moduloTimeBase += 1000 * time_base; /* milliseconds based MTB 11/12/01 *
    [all...]
  /external/chromium_org/media/ffmpeg/
ffmpeg_common_unittest.cc 53 stream_.time_base = kTimeBase;
71 AVRational time_base; local
72 time_base.num = static_cast<int>(test_data[i][0]);
73 time_base.den = static_cast<int>(test_data[i][1]);
75 TimeDelta time_delta = ConvertFromTimeBase(time_base, test_data[i][2]);
78 EXPECT_EQ(ConvertToTimeBase(time_base, time_delta), test_data[i][4]);
  /external/stlport/stlport/stl/
_time_facets.h 57 * time_base class, which has a default constructor and two protected.
90 class _STLP_CLASS_DECLSPEC time_base { class
110 time_base::dateorder _M_dateorder;
124 time_base::dateorder _M_dateorder;
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
200 typedef time_base::dateorder dateorder;
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
287 typedef time_base::dateorder dateorder;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 57 * time_base class, which has a default constructor and two protected.
90 class _STLP_CLASS_DECLSPEC time_base { class
110 time_base::dateorder _M_dateorder;
124 time_base::dateorder _M_dateorder;
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
200 typedef time_base::dateorder dateorder;
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
287 typedef time_base::dateorder dateorder;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 57 * time_base class, which has a default constructor and two protected.
90 class _STLP_CLASS_DECLSPEC time_base { class
110 time_base::dateorder _M_dateorder;
124 time_base::dateorder _M_dateorder;
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
200 typedef time_base::dateorder dateorder;
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
287 typedef time_base::dateorder dateorder;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 57 * time_base class, which has a default constructor and two protected.
90 class _STLP_CLASS_DECLSPEC time_base { class
110 time_base::dateorder _M_dateorder;
124 time_base::dateorder _M_dateorder;
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
200 typedef time_base::dateorder dateorder;
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
287 typedef time_base::dateorder dateorder;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 57 * time_base class, which has a default constructor and two protected.
90 class _STLP_CLASS_DECLSPEC time_base { class
110 time_base::dateorder _M_dateorder;
124 time_base::dateorder _M_dateorder;
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
200 typedef time_base::dateorder dateorder;
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
287 typedef time_base::dateorder dateorder;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 57 * time_base class, which has a default constructor and two protected.
90 class _STLP_CLASS_DECLSPEC time_base { class
110 time_base::dateorder _M_dateorder;
124 time_base::dateorder _M_dateorder;
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
200 typedef time_base::dateorder dateorder;
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
287 typedef time_base::dateorder dateorder;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_time_facets.h 57 * time_base class, which has a default constructor and two protected.
90 class _STLP_CLASS_DECLSPEC time_base { class
110 time_base::dateorder _M_dateorder;
124 time_base::dateorder _M_dateorder;
131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
200 typedef time_base::dateorder dateorder;
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
287 typedef time_base::dateorder dateorder;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 49 class time_base class
361 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 49 class time_base class
361 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 49 class time_base class
361 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 49 class time_base class
361 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]

Completed in 1174 milliseconds

1 2