OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_qp_ip
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp
375
ive_ctl_set_qp_ip_t
s_qp_ip
;
local
379
s_qp_ip
.e_cmd = IVE_CMD_VIDEO_CTL;
380
s_qp_ip
.e_sub_cmd = IVE_CMD_CTL_SET_QP;
382
s_qp_ip
.u4_i_qp = DEFAULT_I_QP;
383
s_qp_ip
.u4_i_qp_max = DEFAULT_QP_MAX;
384
s_qp_ip
.u4_i_qp_min = DEFAULT_QP_MIN;
386
s_qp_ip
.u4_p_qp = DEFAULT_P_QP;
387
s_qp_ip
.u4_p_qp_max = DEFAULT_QP_MAX;
388
s_qp_ip
.u4_p_qp_min = DEFAULT_QP_MIN;
390
s_qp_ip
.u4_b_qp = DEFAULT_P_QP
[
all
...]
/external/libavc/test/encoder/
main.c
1176
ih264e_ctl_set_qp_ip_t
s_qp_ip
;
local
[
all
...]
Completed in 36 milliseconds