Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 25 of 81) 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/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp1993 unsigned int ii; in empty_this_buffer() local
2044 for (ii = 0; ii < m_port_ip.def.nBufferCountActual; ii++) in empty_this_buffer()
2046 if (p_buffer_hdr == &(m_buffer_array_ip[ii].buffer_header)) in empty_this_buffer()
2050 ii); in empty_this_buffer()
2055 if (ii == m_port_ip.def.nBufferCountActual) in empty_this_buffer()
2074 (unsigned long) ii); in empty_this_buffer()
2093 unsigned int ii; in fill_this_buffer() local
2148 for (ii = 0; ii < m_port_op.def.nBufferCountActual; ii++) in fill_this_buffer()
2150 if (p_buffer_hdr == &(m_buffer_array_op[ii].buffer_header)) in fill_this_buffer()
2154 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/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp2029 unsigned int ii; in empty_this_buffer() local
2080 for (ii = 0; ii < m_port_ip.def.nBufferCountActual; ii++) in empty_this_buffer()
2082 if (p_buffer_hdr == &(m_buffer_array_ip[ii].buffer_header)) in empty_this_buffer()
2086 ii); in empty_this_buffer()
2091 if (ii == m_port_ip.def.nBufferCountActual) in empty_this_buffer()
2110 (unsigned long) ii); in empty_this_buffer()
2129 unsigned int ii; in fill_this_buffer() local
2184 for (ii = 0; ii < m_port_op.def.nBufferCountActual; ii++) in fill_this_buffer()
2186 if (p_buffer_hdr == &(m_buffer_array_op[ii].buffer_header)) in fill_this_buffer()
2190 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.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/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/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/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/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp1138 WORD32 ii; in configMPEGDDrc() local
1169 for (ii = 0; ii < num_config_ext; ii++) { in configMPEGDDrc()
1171 if (buf_sizes[0][ii] > 0) { in configMPEGDDrc()
1172 memcpy(mDrcInBuf, p_array[0][ii], buf_sizes[0][ii]); in configMPEGDDrc()
1181 &buf_sizes[0][ii]); in configMPEGDDrc()
1193 for (ii = 0; ii < num_elements; ii++) { in configMPEGDDrc()
1195 if (buf_sizes[1][ii] > 0) { in configMPEGDDrc()
1196 memcpy(mDrcInBuf, p_array[1][ii], buf_sizes[1][ii]); in configMPEGDDrc()
1205 &buf_sizes[1][ii]); in configMPEGDDrc()
/hardware/qcom/msm8998/json-c/
Djson_object.c816 int ii; in json_object_array_to_json_string() local
820 for(ii=0; ii < json_object_array_length(jso); ii++) in json_object_array_to_json_string()
833 val = json_object_array_get_idx(jso, ii); in json_object_array_to_json_string()
Djson_tokener.c871 int ii; in json_tokener_parse_ex() local
874 for(ii = tok->depth; ii >= 0; ii--) in json_tokener_parse_ex()
875 json_tokener_reset_level(tok, ii); in json_tokener_parse_ex()
/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/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/qcom/display/msm8960/liblight/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/display/msm8996/liblight/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/google/av/media/codecs/amr_nb_wb/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/display/msm8909/libcopybit/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/sm8150/display/liblight/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/audio/visualizer/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/google/av/media/codecs/g711/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/hardware/qcom/display/msm8084/libgralloc/
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

1234