HomeSort by relevance Sort by last modified time
    Searched refs:time_base (Results 26 - 50 of 52) sorted by null

12 3

  /prebuilts/ndk/r11/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/r13/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;
  /external/libvpx/libvpx/examples/
set_maps.c 179 info.time_base.numerator = 1;
180 info.time_base.denominator = fps;
199 cfg.g_timebase.num = info.time_base.numerator;
200 cfg.g_timebase.den = info.time_base.denominator;
vp9cx_set_ref.c 344 info.time_base.numerator = 1;
345 info.time_base.denominator = fps;
364 cfg.g_timebase.num = info.time_base.numerator;
365 cfg.g_timebase.den = info.time_base.denominator;
vp9_spatial_svc_encoder.c 670 info.time_base.numerator = enc_cfg.g_timebase.num;
671 info.time_base.denominator = enc_cfg.g_timebase.den;
    [all...]
vpx_temporal_svc_encoder.c 686 info.time_base.numerator = cfg.g_timebase.num;
687 info.time_base.denominator = cfg.g_timebase.den;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 74 int time_base = -1; local
79 time_base++;
vop.cpp 744 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base)
771 *time_base = time_s; /* 02/27/2002 */
772 // *time_base = *time_base/1000;
773 // tmpvar = time_s - *time_base;
774 // if (tmpvar <= 60) *time_base = time_s;
814 int time_base; local
855 time_base = -1;
858 time_base++;
867 currVol->moduloTimeBase += 1000 * time_base; /* milliseconds based MTB 11/12/01 *
    [all...]
mp4dec_lib.h 273 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base);
  /external/libvncserver/client_examples/
vnc2mpg.c 77 c->time_base.den = STREAM_FRAME_RATE;
78 c->time_base.num = 1;
425 video_pts = (double)video_st->pts.val * video_st->time_base.num / video_st->time_base.den;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 157 class time_base;
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.15-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 157 class time_base;
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/
localefwd.h 157 class time_base;
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
localefwd.h 157 class time_base;
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
localefwd.h 157 class time_base;
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
localefwd.h 157 class time_base;
locale_facets_nonio.h 52 class time_base class
368 class time_get : public locale::facet, public time_base
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_videoobjectplane.c 35 data->time_base = data->time_code_seconds + (60*data->time_code_minutes) + (3600*data->time_code_hours);
37 data->time_base *= pInfo->VisualObject.VideoObject.vop_time_increment_resolution;
viddec_mp4_parse.h 234 uint32_t time_base; member in struct:__anon40204
  /external/libcxx/src/
locale.cpp     [all...]

Completed in 1433 milliseconds

12 3