HomeSort by relevance Sort by last modified time
    Searched defs:n_frames (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/test/
cq_test.cc 70 int n_frames() const { return n_frames_; } function in class:__anon22925::CQTest
91 const int cq_actual_bitrate = file_size() * 8 * 30 / (n_frames() * 1000);
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 318 int n_frames = cpi->mbgraph_n_frames; local
327 if (n_frames > cpi->frames_till_gf_update_due)
328 n_frames = cpi->frames_till_gf_update_due;
331 for (i = n_frames - 1; i >= 0; i--) {
394 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); local
400 if (n_frames <= cpi->frames_till_gf_update_due)
402 if (n_frames > (int)cpi->frames_till_alt_ref_frame)
403 n_frames = cpi->frames_till_alt_ref_frame;
404 if (n_frames > MAX_LAG_BUFFERS)
405 n_frames = MAX_LAG_BUFFERS
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 224 size_t n_frames = local
226 Ident(n_frames);
227 assert(n_frames <= stack0.size);
229 assert(stack1.size == n_frames);
250 size_t n_frames = local
252 Ident(n_frames);
  /external/svox/pico/lib/
picosig.c 381 picoos_int16 n_frames, n_count; local
579 n_frames = 2;
582 for (n_count = 0; n_count < n_frames; n_count++) {
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 283 if (seiMessage.n_frames == 0) {
288 offset = seiMessage.n_frames - frameNrInGop;
578 int n_frames; field in class:H264TrackImpl.SEIMessage
658 n_frames = reader.readU(8, "pic_timing SEI: n_frames");
727 ", n_frames=" + n_frames +
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 316 OMX_U32 n_frames; member in struct:__anon33609
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 315 OMX_U32 n_frames; member in struct:__anon33627
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3175 UInt n_frames; local
    [all...]

Completed in 337 milliseconds