Home
last modified time | relevance | path

Searched refs:input_width (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c100 encoder_context->input_width = 176; in main()
150 encoder_context->input_width = temp1; in main()
256 basecfg.input_width = init_decode->input_width; in init_encoder()
307 if (basecfg.input_width > 720) in init_encoder()
689 encoder_context->input_width *3)/2; in start_encoding()
852 encoder_context->input_width *3)/2; in video_thread()
/hardware/qcom/media/mm-video/vidc/venc/inc/
Dvideo_encoder_test.h44 unsigned long input_width; member
/hardware/qcom/media/mm-video/vidc/venc/src/
Dvideo_encoder_device.cpp188 m_sVenc_cfg.input_width = OMX_CORE_QCIF_WIDTH; in venc_open()
369 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth) in venc_set_param()
373 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth; in venc_set_param()
1161 ((m_sVenc_cfg.input_width + 15) >> 4); in venc_set_profile_level()
1802 ((m_sVenc_cfg.input_width + 15)>> 4); in venc_validate_profile_level()
1856 multislice_cfg.mslice_size = ((m_sVenc_cfg.input_width/16) * in venc_set_multislice_cfg()