Searched defs:n_frames (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dcq_test.cc70 int n_frames() const { return n_frames_; } function in class:__anon985::CQTest
92 static_cast<unsigned int>(file_size()) * 8 * 30 / (n_frames() * 1000);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c310 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;
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h316 OMX_U32 n_frames; member in struct:__anon4569
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h315 OMX_U32 n_frames; member in struct:__anon4588
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h315 OMX_U32 n_frames; member in struct:__anon4628
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h315 OMX_U32 n_frames; member in struct:__anon4678
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_TI_Video.h1751 * n_frames
1752 * @param full_timestamp_flag[4] : 1 - Specifies that the n_frames syntax
1755 * 0 - Specifies that the n_frames syntax
1764 * values of n_frames using the counting method
1765 * @param n_frames[4] : Specifies the value of nFrames used to compute
1800 OMX_U32 n_frames[4]; member in struct:OMX_TI_VIDEO_H264VDEC_SeiPictureTiming

Completed in 170 milliseconds