Searched refs:tmp_q (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c1962 int tmp_q; local
2012 tmp_q = estimate_q(cpi, mod_frame_err, (int)arf_frame_bits);
2017 if (tmp_q < cpi->worst_quality)
2417 int tmp_q; local
2571 tmp_q = estimate_max_q(
2583 cpi->twopass.maxq_max_limit = ((tmp_q + 32) < cpi->worst_quality)
2584 ? (tmp_q + 32) : cpi->worst_quality;
2585 cpi->twopass.maxq_min_limit = ((tmp_q - 32) > cpi->best_quality)
2586 ? (tmp_q - 32) : cpi->best_quality;
2588 cpi->active_worst_quality = tmp_q;
3215 int tmp_q; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp4085 omx_cmd_queue tmp_q, pending_bd_q; local
4097 tmp_q.insert_entry(p1,p2,ident);
4101 while(tmp_q.m_size)
4103 tmp_q.pop_entry(&p1,&p2,&ident);
4116 tmp_q.insert_entry(p1,p2,ident);
4120 while(tmp_q.m_size)
4122 tmp_q.pop_entry(&p1,&p2,&ident);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4017 omx_cmd_queue tmp_q, pending_bd_q; local
4025 tmp_q.insert_entry(p1,p2,ident);
4029 while (tmp_q.m_size) {
4030 tmp_q.pop_entry(&p1,&p2,&ident);
4039 tmp_q.insert_entry(p1,p2,ident);
4043 while (tmp_q.m_size) {
4044 tmp_q.pop_entry(&p1,&p2,&ident);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c2249 const int tmp_q = vp9_twopass_worst_quality(cpi, &twopass->total_left_stats, local
2251 twopass->active_worst_quality = tmp_q;
2252 rc->ni_av_qi = tmp_q;
2253 rc->avg_q = vp9_convert_qindex_to_q(tmp_q);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp8161 omx_cmd_queue tmp_q, pending_bd_q; local
8173 tmp_q.insert_entry(p1,p2,ident);
8177 while(tmp_q.m_size)
8179 tmp_q.pop_entry(&p1,&p2,&ident);
8192 tmp_q.insert_entry(p1,p2,ident);
8196 while(tmp_q.m_size)
8198 tmp_q.pop_entry(&p1,&p2,&ident);
H A Domx_vdec_copper.cpp7646 omx_cmd_queue tmp_q, pending_bd_q; local
7658 tmp_q.insert_entry(p1,p2,ident);
7662 while(tmp_q.m_size)
7664 tmp_q.pop_entry(&p1,&p2,&ident);
7677 tmp_q.insert_entry(p1,p2,ident);
7681 while(tmp_q.m_size)
7683 tmp_q.pop_entry(&p1,&p2,&ident);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp7858 omx_cmd_queue tmp_q, pending_bd_q; local
7868 tmp_q.insert_entry(p1,p2,ident);
7873 while (tmp_q.m_size) {
7874 tmp_q.pop_entry(&p1,&p2,&ident);
7885 tmp_q.insert_entry(p1,p2,ident);
7890 while (tmp_q.m_size) {
7891 tmp_q.pop_entry(&p1,&p2,&ident);
H A Domx_vdec_hevc.cpp7488 omx_cmd_queue tmp_q, pending_bd_q; local
7496 tmp_q.insert_entry(p1,p2,ident);
7500 while (tmp_q.m_size) {
7501 tmp_q.pop_entry(&p1,&p2,&ident);
7510 tmp_q.insert_entry(p1,p2,ident);
7514 while (tmp_q.m_size) {
7515 tmp_q.pop_entry(&p1,&p2,&ident);
H A Domx_vdec_hevc_swvdec.cpp8511 omx_cmd_queue tmp_q, pending_bd_q; local
8523 tmp_q.insert_entry(p1,p2,ident);
8527 while(tmp_q.m_size)
8529 tmp_q.pop_entry(&p1,&p2,&ident);
8542 tmp_q.insert_entry(p1,p2,ident);
8546 while(tmp_q.m_size)
8548 tmp_q.pop_entry(&p1,&p2,&ident);
H A Domx_vdec_msm8974.cpp8537 omx_cmd_queue tmp_q, pending_bd_q; local
8545 tmp_q.insert_entry(p1,p2,ident);
8549 while (tmp_q.m_size) {
8550 tmp_q.pop_entry(&p1,&p2,&ident);
8559 tmp_q.insert_entry(p1,p2,ident);
8563 while (tmp_q.m_size) {
8564 tmp_q.pop_entry(&p1,&p2,&ident);

Completed in 312 milliseconds