Searched refs:VA_RC_CQP (Results 1 – 6 of 6) sorted by relevance
670 case VA_RC_CQP: in rc_to_string()692 rc_mode = VA_RC_CQP; in string_to_rc()1020 if (tmp & VA_RC_CQP) in init_va()
630 ctx->rate_control_mode = VA_RC_CQP; in parse_args()657 ctx->rate_control_mode = VA_RC_CQP; in parse_args()
1537 avcenc_context.rate_control_method = VA_RC_CQP; in avcenc_context_init()
2039 if ((attrib[1].value & VA_RC_CQP) == 0) { in create_encode_pipe()2046 attrib[1].value = VA_RC_CQP; /* set to desired RC mode */ in create_encode_pipe()
665 #define VA_RC_CQP 0x00000010 macro