Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 25 of 77) sorted by relevance

1234

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp1838 unsigned int ii; in empty_this_buffer() local
1882 for (ii = 0; ii < m_port_ip.def.nBufferCountActual; ii++) in empty_this_buffer()
1884 if (p_buffer_hdr == &(m_buffer_array_ip[ii].buffer_header)) in empty_this_buffer()
1888 ii); in empty_this_buffer()
1893 if (ii == m_port_ip.def.nBufferCountActual) in empty_this_buffer()
1917 (unsigned long) ii); in empty_this_buffer()
1936 unsigned int ii; in fill_this_buffer() local
1984 for (ii = 0; ii < m_port_op.def.nBufferCountActual; ii++) in fill_this_buffer()
1986 if (p_buffer_hdr == &(m_buffer_array_op[ii].buffer_header)) in fill_this_buffer()
1990 ii); in fill_this_buffer()
[all …]
Domx_swvdec_utils.cpp442 unsigned int ii; in dump_op() local
447 for (ii = 0; ii < height; ii++) in dump_op()
454 for (ii = 0; ii < (height / 2); ii++) in dump_op()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp2013 unsigned int ii; in empty_this_buffer() local
2064 for (ii = 0; ii < m_port_ip.def.nBufferCountActual; ii++) in empty_this_buffer()
2066 if (p_buffer_hdr == &(m_buffer_array_ip[ii].buffer_header)) in empty_this_buffer()
2070 ii); in empty_this_buffer()
2075 if (ii == m_port_ip.def.nBufferCountActual) in empty_this_buffer()
2094 (unsigned long) ii); in empty_this_buffer()
2113 unsigned int ii; in fill_this_buffer() local
2168 for (ii = 0; ii < m_port_op.def.nBufferCountActual; ii++) in fill_this_buffer()
2170 if (p_buffer_hdr == &(m_buffer_array_op[ii].buffer_header)) in fill_this_buffer()
2174 ii); in fill_this_buffer()
[all …]
Domx_swvdec_utils.cpp331 unsigned int ii; in dump_op() local
336 for (ii = 0; ii < height; ii++) in dump_op()
343 for (ii = 0; ii < (height / 2); ii++) in dump_op()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp1985 unsigned int ii; in empty_this_buffer() local
2036 for (ii = 0; ii < m_port_ip.def.nBufferCountActual; ii++) in empty_this_buffer()
2038 if (p_buffer_hdr == &(m_buffer_array_ip[ii].buffer_header)) in empty_this_buffer()
2042 ii); in empty_this_buffer()
2047 if (ii == m_port_ip.def.nBufferCountActual) in empty_this_buffer()
2066 (unsigned long) ii); in empty_this_buffer()
2085 unsigned int ii; in fill_this_buffer() local
2140 for (ii = 0; ii < m_port_op.def.nBufferCountActual; ii++) in fill_this_buffer()
2142 if (p_buffer_hdr == &(m_buffer_array_op[ii].buffer_header)) in fill_this_buffer()
2146 ii); in fill_this_buffer()
[all …]
Domx_swvdec_utils.cpp331 unsigned int ii; in dump_op() local
336 for (ii = 0; ii < height; ii++) in dump_op()
343 for (ii = 0; ii < (height / 2); ii++) in dump_op()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp331 unsigned int ii; in dump_op() local
336 for (ii = 0; ii < height; ii++) in dump_op()
343 for (ii = 0; ii < (height / 2); ii++) in dump_op()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp331 unsigned int ii; in dump_op() local
336 for (ii = 0; ii < height; ii++) in dump_op()
343 for (ii = 0; ii < (height / 2); ii++) in dump_op()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.c104 int ii; in int32_to_long() local
105 for (ii = 0; ii < length; ii++) in int32_to_long()
106 out[ii] = (long)in[ii]; in int32_to_long()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c201 int ii; in inv_vector_normalize() local
202 for (ii = 0; ii < length; ii++) { in inv_vector_normalize()
204 inv_q30_to_double(vec[ii]) * inv_q30_to_double(vec[ii]); in inv_vector_normalize()
208 for (ii = 0; ii < length; ii++) { in inv_vector_normalize()
209 vec[ii] = (int)((double)vec[ii] * normSF); in inv_vector_normalize()
213 for (ii = 1; ii < length; ii++) { in inv_vector_normalize()
214 vec[ii] = 0; in inv_vector_normalize()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c201 int ii; in inv_vector_normalize() local
202 for (ii = 0; ii < length; ii++) { in inv_vector_normalize()
204 inv_q30_to_double(vec[ii]) * inv_q30_to_double(vec[ii]); in inv_vector_normalize()
208 for (ii = 0; ii < length; ii++) { in inv_vector_normalize()
209 vec[ii] = (int)((double)vec[ii] * normSF); in inv_vector_normalize()
213 for (ii = 1; ii < length; ii++) { in inv_vector_normalize()
214 vec[ii] = 0; in inv_vector_normalize()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp119 for (int ii = 0; ii < eekChain->size(); ++ii) { in corrupt_sig_chain() local
120 if (ii == which) { in corrupt_sig_chain()
127 corruptChain.add(eekChain->get(ii)->clone()); in corrupt_sig_chain()
543 for (int ii = 0; ii < parsedChain->asArray()->size(); ++ii) { in TEST_P() local
544 auto chain = corrupt_sig_chain(prodEekChain, ii); in TEST_P()
573 for (size_t ii = 1; ii < eekChain->size(); ii++) { in TEST_P() local
574 truncatedChain.add(eekChain->get(ii)->clone()); in TEST_P()
/hardware/invensense/6515/libsensors_iio/
DLicense.txt29 with any other software; and (ii) to reproduce and distribute the Software
69 Software except as provided in this Agreement, (ii) attempt to reverse
138 has entered the public domain through no fault of Licensee; (ii) was known to
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT29 with any other software; and (ii) to reproduce and distribute the Software
69 Software except as provided in this Agreement, (ii) attempt to reverse
138 has entered the public domain through no fault of Licensee; (ii) was known to
/hardware/google/graphics/common/libv4l2/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/bt/msm8996/libbt-vendor/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/sm8150/media/libstagefrighthw/
DNOTICE32 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/display/msm8998/liblight/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/google/graphics/common/libion/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/display/msm8084/liblight/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/display/msm8226/libcopybit/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/sdm845/media/libstagefrighthw/
DNOTICE32 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/google/graphics/common/libhwc2.1/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/display/msm8994/libgralloc/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/google/graphics/common/libgscaler/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the

1234