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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cc 88 uptr n_frames; member in struct:__sanitizer::__anon24250::SymbolizeCodeData
100 AddressInfo *info = &cdata->frames[cdata->n_frames++];
108 if (cdata->n_frames == cdata->max_frames)
123 cdata->n_frames = 1;
157 data.n_frames = 0;
163 if (data.n_frames)
164 return data.n_frames;
167 return data.n_frames;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 301 int n_frames = cpi->mbgraph_n_frames; local
310 if (n_frames > cpi->rc.frames_till_gf_update_due)
311 n_frames = cpi->rc.frames_till_gf_update_due;
314 for (i = n_frames - 1; i >= 0; i--) {
376 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); local
381 if (n_frames <= cpi->rc.frames_till_gf_update_due)
384 if (n_frames > MAX_LAG_BUFFERS)
385 n_frames = MAX_LAG_BUFFERS;
387 cpi->mbgraph_n_frames = n_frames;
388 for (i = 0; i < n_frames; i++)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 310 int n_frames = cpi->mbgraph_n_frames; local
319 if (n_frames > cpi->rc.frames_till_gf_update_due)
320 n_frames = cpi->rc.frames_till_gf_update_due;
323 for (i = n_frames - 1; i >= 0; i--) {
385 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); local
390 if (n_frames <= cpi->rc.frames_till_gf_update_due)
393 if (n_frames > MAX_LAG_BUFFERS)
394 n_frames = MAX_LAG_BUFFERS;
396 cpi->mbgraph_n_frames = n_frames;
397 for (i = 0; i < n_frames; i++)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 310 int n_frames = cpi->mbgraph_n_frames; local
319 if (n_frames > cpi->rc.frames_till_gf_update_due)
320 n_frames = cpi->rc.frames_till_gf_update_due;
323 for (i = n_frames - 1; i >= 0; i--) {
386 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); local
391 if (n_frames <= cpi->rc.frames_till_gf_update_due)
394 if (n_frames > MAX_LAG_BUFFERS)
395 n_frames = MAX_LAG_BUFFERS;
397 cpi->mbgraph_n_frames = n_frames;
398 for (i = 0; i < n_frames; i++)
    [all...]
  /external/libvpx/libvpx/test/
cq_test.cc 70 int n_frames() const { return n_frames_; } function in class:__anon29387::CQTest
92 static_cast<unsigned int>(file_size()) * 8 * 30 / (n_frames() * 1000);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
cq_test.cc 70 int n_frames() const { return n_frames_; } function in class:__anon40571::CQTest
92 static_cast<unsigned int>(file_size()) * 8 * 30 / (n_frames() * 1000);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
cq_test.cc 94 int n_frames() const { return n_frames_; } function in class:__anon17603::CQTest
119 static_cast<unsigned int>(file_size()) * 8 * 30 / (n_frames() * 1000);
  /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:__anon41951
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 315 OMX_U32 n_frames; member in struct:__anon41970
  /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...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 927 sei_pic_timing.n_frames = extract_bits(8);
929 ALOGV("-->n_frames : %u", sei_pic_timing.n_frames);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 869 sei_pic_timing.n_frames = extract_bits(8);
871 ALOGV("-->n_frames : %u", sei_pic_timing.n_frames);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3230 UInt n_frames; local
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 1800 OMX_U32 n_frames[4]; member in struct:OMX_TI_VIDEO_H264VDEC_SeiPictureTiming
    [all...]

Completed in 789 milliseconds