Searched defs:num_elements (Results 1 - 25 of 59) sorted by relevance

123

/external/opencore/android/
H A Dandroid_audio_stream.cpp90 int num_elements, PvmiKvp * & aRet_kvp)
92 AndroidAudioMIO::setParametersSync(aSession, aParameters, num_elements, aRet_kvp);
89 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_outport.h113 PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
117 int num_elements, PvmiKvp * & aRet_kvp)
122 OSCL_UNUSED_ARG(num_elements);
124 PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
128 OSCL_UNUSED_ARG(num_elements);
154 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL)
159 OSCL_UNUSED_ARG(num_elements);
116 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
153 setParametersAsync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL) argument
H A Dpvmf_mp3ffparser_outport.cpp246 int num_elements)
249 OSCL_UNUSED_ARG(num_elements);
251 PVMF_MP3FPARSERNODE_LOGINFO((0, "PVMFMP3FFParserPort::releaseParameters: aSession=0x%x, aParameters=0x%x, num_elements=%d",
252 aSession, aParameters, num_elements));
244 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
/external/opencore/protocols/rtsp_client_engine/src/
H A Dpvrtsp_client_engine_port.cpp89 int num_elements,
93 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFRTSPPort::getParametersSync: aSession=0x%x, aParameters=0x%x, num_elements=%d, aRet_kvp=0x%x",
94 aSession, aParameters, num_elements, aRet_kvp));
96 if (!aParameters || (num_elements != 1) ||
137 int num_elements)
140 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFRTSPPort::releaseParameters: aSession=0x%x, aParameters=0x%x, num_elements=%d",
141 aSession, aParameters, num_elements));
143 if ((num_elements != 1) ||
87 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
135 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
/external/opencore/baselibs/gen_data_structures/src/
H A Dhashtable.h118 return num_elements;
126 int num_elements; member in class:HashTable
192 ++num_elements;
223 --num_elements;
286 if (index < 0 || index >= num_elements)
332 num_elements = 0;
H A Dsorted_list.h70 return num_elements;
117 int num_elements; member in class:SortedList
125 num_elements = 0;
132 while (num_elements && head)
136 --num_elements;
151 if (ii != num_elements)
153 // bark - number of elements (num_elements) does not match first null (ii)
157 return (ii == num_elements);
176 for (prev = NULL, cur = head, ii = 0; ii < num_elements && cur;
198 if (ii >= num_elements)
[all...]
H A Dlinked_list.h70 return num_elements;
112 int num_elements; member in class:LinkedList
120 num_elements = 0;
127 while (num_elements && head)
131 --num_elements;
145 return (ii == num_elements);
161 ++num_elements;
179 ++num_elements;
189 if (index < 0 || index >= num_elements)
230 --num_elements;
[all...]
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_outport.cpp153 int num_elements)
156 OSCL_UNUSED_ARG(num_elements);
169 int num_elements,
175 OSCL_UNUSED_ARG(num_elements);
181 int num_elements)
185 OSCL_UNUSED_ARG(num_elements);
151 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
167 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
179 verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
H A Dpvmf_aacffparser_outport.h109 PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
111 int num_elements, PvmiKvp * & aRet_kvp);
112 PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
138 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL)
143 OSCL_UNUSED_ARG(num_elements);
137 setParametersAsync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL) argument
/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_port.cpp146 int num_elements)
149 OSCL_UNUSED_ARG(num_elements);
151 PVMF_AMRPARSERNODE_LOGINFO((0, "PVMFAMRParserOutPort::releaseParameters: aSession=0x%x, aParameters=0x%x, num_elements=%d",
152 aSession, aParameters, num_elements));
165 int num_elements,
171 OSCL_UNUSED_ARG(num_elements);
173 PVMF_AMRPARSERNODE_LOGINFO((0, "PVMFAMRParserOutPort::getParametersSync: aSession=0x%x, aParameters=0x%x, num_elements=%d, aRet_kvp=0x%x",
174 aSession, aParameters, num_elements, aRet_kvp));
180 int num_elements)
184 OSCL_UNUSED_ARG(num_elements);
144 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
163 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
178 verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
[all...]
/external/opencore/nodes/pvclientserversocketnode/src/
H A Dpvmf_clientserver_socket_port.cpp171 int num_elements,
174 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFClientServerSocketPort::setParametersSync: aSession=0x%x, aParameters=0x%x, num_elements=%d, aRet_kvp=0x%x",
175 aSession, aParameters, num_elements, aRet_kvp));
177 if (!aParameters || (num_elements != 1) ||
225 int num_elements)
228 if ((num_elements != 1) ||
169 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
223 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_outport.cpp226 int num_elements)
229 OSCL_UNUSED_ARG(num_elements);
231 PVMF_MP4FFPARSERNODE_LOGINFO((0, "PVMFMP4ParserOutPort::releaseParameters: aSession=0x%x, aParameters=0x%x, num_elements=%d",
232 aSession, aParameters, num_elements));
270 int num_elements,
276 OSCL_UNUSED_ARG(num_elements);
278 PVMF_MP4FFPARSERNODE_LOGINFO((0, "PVMFMP4ParserOutPort::getParametersSync: aSession=0x%x, aParameters=0x%x, num_elements=%d, aRet_kvp=0x%x",
279 aSession, aParameters, num_elements, aRet_kvp));
286 int num_elements)
290 OSCL_UNUSED_ARG(num_elements);
224 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
268 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
284 verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
[all...]
H A Dpvmf_mp4ffparser_node_cap_config.cpp308 int num_elements)
313 if (aParameters == NULL || num_elements < 1)
363 for (int32 i = 0; i < num_elements; ++i)
460 int num_elements, PvmiKvp* &aRet_kvp)
468 for (int32 paramind = 0; paramind < num_elements; ++paramind)
612 int num_elements,
618 OSCL_UNUSED_ARG(num_elements);
635 int num_elements)
641 if (aParameters == NULL || num_elements < 1)
648 for (int32 paramind = 0; paramind < num_elements;
306 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
459 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp* &aRet_kvp) argument
610 setParametersAsync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context) argument
633 verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
[all...]
/external/opencore/nodes/pvomxbasedecnode/src/
H A Dpvmf_omx_basedec_port.cpp248 int num_elements,
266 PvmiCapabilityAndConfigPortFormatImpl::setParametersSync(aSession, aParameters, num_elements, aRet_kvp);
273 OSCL_EXPORT_REF PVMFStatus PVMFOMXDecPort::verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
285 if (iOMXNode->VerifyParametersSync(aSession, aParameters, num_elements))
246 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
/external/opencore/nodes/pvsocketnode/src/
H A Dpvmf_socket_port.cpp87 int num_elements,
91 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFSocketPort::getParametersSync: aSession=0x%x, aParameters=0x%x, num_elements=%d, aRet_kvp=0x%x",
92 aSession, aParameters, num_elements, aRet_kvp));
94 if (!aParameters || (num_elements != 1) ||
135 int num_elements)
138 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFSocketPort::releaseParameters: aSession=0x%x, aParameters=0x%x, num_elements=%d",
139 aSession, aParameters, num_elements));
141 if ((num_elements != 1) ||
85 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
133 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
/external/opencore/nodes/pvvideoparsernode/src/
H A Dpvmf_videoparser_port.cpp204 int num_elements)
207 OSCL_UNUSED_ARG(num_elements);
209 , (0, "PVMFVideoParserPort::releaseParameters: aSession=0x%x, aParameters=0x%x, num_elements=%d",
210 aSession, aParameters, num_elements));
219 return PvmiCapabilityAndConfigPortFormatImpl::releaseParameters(aSession, aParameters, num_elements);
224 int num_elements,
230 OSCL_UNUSED_ARG(num_elements);
233 , (0, "PVMFVideoParserPort::getParametersSync: aSession=0x%x, aParameters=0x%x, num_elements=%d, aRet_kvp=0x%x",
234 aSession, aParameters, num_elements, aRet_kvp));
239 int num_elements)
202 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
222 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
237 verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
[all...]
/external/opencore/nodes/streaming/jitterbuffernode/src/
H A Dpvmf_jitter_buffer_port.cpp183 int num_elements)
187 PVMF_JBNODE_LOGINFO((0, "PVMFJitterBufferPort::releaseParameters: aSession=0x%x, aParameters=0x%x, num_elements=%d",
188 aSession, aParameters, num_elements));
190 if ((num_elements != 1) ||
205 int num_elements,
210 OSCL_UNUSED_ARG(num_elements);
217 PVMFStatus PVMFJitterBufferPort::verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
221 OSCL_UNUSED_ARG(num_elements);
181 releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
203 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
/external/opencore/protocols/systems/tools/general/common/src/
H A Dpvmf_buffer_data_sink.cpp98 OSCL_EXPORT_REF PVMFStatus PVMFBufferDataSink::releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
102 OSCL_UNUSED_ARG(num_elements);
129 int num_elements, PvmiKvp * & aRet_kvp)
133 OSCL_UNUSED_ARG(num_elements);
138 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context)
142 OSCL_UNUSED_ARG(num_elements);
157 OSCL_EXPORT_REF PVMFStatus PVMFBufferDataSink::verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
161 OSCL_UNUSED_ARG(num_elements);
128 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
137 setParametersAsync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context) argument
H A Dpvmf_buffer_data_source.cpp171 OSCL_EXPORT_REF PVMFStatus PVMFBufferDataSource::releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
175 OSCL_UNUSED_ARG(num_elements);
202 int num_elements, PvmiKvp * & aRet_kvp)
206 OSCL_UNUSED_ARG(num_elements);
212 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context)
216 OSCL_UNUSED_ARG(num_elements);
231 OSCL_EXPORT_REF PVMFStatus PVMFBufferDataSource::verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
235 OSCL_UNUSED_ARG(num_elements);
201 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
211 setParametersAsync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context) argument
/external/opencore/pvmi/pvmf/src/
H A Dpvmi_config_and_capability_utils.cpp74 OSCL_EXPORT_REF PVMFStatus PvmiCapabilityAndConfigPortFormatImpl::releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
77 if ((num_elements != 1) ||
89 int num_elements, PvmiKvp * & aRet_kvp)
92 if (!aParameters || (num_elements != 1) ||
114 OSCL_EXPORT_REF PVMFStatus PvmiCapabilityAndConfigPortFormatImpl::verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
118 if ((num_elements != 1) ||
88 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
/external/opencore/nodes/pvdummyinputnode/src/
H A Dpvmf_fileinput_port.cpp203 int num_elements)
206 OSCL_UNUSED_ARG(num_elements);
246 int num_elements, PvmiKvp*& ret_kvp)
252 for (int32 i = 0; i < num_elements; i++)
267 int num_elements,
273 OSCL_UNUSED_ARG(num_elements);
288 PvmiKvp* parameters, int num_elements)
293 for (int32 i = 0; (i < num_elements) && (status == PVMFSuccess); i++)
201 releaseParameters(PvmiMIOSession session, PvmiKvp* parameters, int num_elements) argument
245 setParametersSync(PvmiMIOSession session, PvmiKvp* parameters, int num_elements, PvmiKvp*& ret_kvp) argument
265 setParametersAsync(PvmiMIOSession session, PvmiKvp* parameters, int num_elements, PvmiKvp*& ret_kvp, OsclAny* context) argument
287 verifyParametersSync(PvmiMIOSession session, PvmiKvp* parameters, int num_elements) argument
/external/opencore/nodes/pvmp4ffcomposernode/src/
H A Dpvmp4ffcn_port.cpp309 int num_elements)
312 OSCL_UNUSED_ARG(num_elements);
352 int num_elements, PvmiKvp*& ret_kvp)
360 for (int32 i = 0; i < num_elements; i++)//assuming the memory is allocated for key
384 for (int32 i = 0; i < num_elements; i++)//assuming the memory is allocated for keys
402 int num_elements,
408 OSCL_UNUSED_ARG(num_elements);
423 PvmiKvp* parameters, int num_elements)
428 for (int32 i = 0; (i < num_elements) && (status == PVMFSuccess); i++)
307 releaseParameters(PvmiMIOSession session, PvmiKvp* parameters, int num_elements) argument
351 setParametersSync(PvmiMIOSession session, PvmiKvp* parameters, int num_elements, PvmiKvp*& ret_kvp) argument
400 setParametersAsync(PvmiMIOSession session, PvmiKvp* parameters, int num_elements, PvmiKvp*& ret_kvp, OsclAny* context) argument
422 verifyParametersSync(PvmiMIOSession session, PvmiKvp* parameters, int num_elements) argument
/external/opencore/nodes/streaming/jitterbuffernode/include/
H A Dpvmf_jitter_buffer_port.h177 PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
179 int num_elements, PvmiKvp * & aRet_kvp);
180 PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
206 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL)
210 OSCL_UNUSED_ARG(num_elements);
205 setParametersAsync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL) argument
/external/opencore/nodes/streaming/medialayernode/src/
H A Dpvmf_medialayer_port.cpp189 PVMFStatus PVMFMediaLayerPort::releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
192 OSCL_UNUSED_ARG(num_elements);
194 PVMF_MLNODE_LOGINFO((0, "PVMFMediaLayerPort::releaseParameters: aSession=0x%x, aParameters=0x%x, num_elements=%d",
195 aSession, aParameters, num_elements));
209 int num_elements,
214 OSCL_UNUSED_ARG(num_elements);
218 PVMF_MLNODE_LOGINFO((0, "PVMFMediaLayerPort::getParametersSync: aSession=0x%x, aParameters=0x%x, num_elements=%d, aRet_kvp=0x%x",
219 aSession, aParameters, num_elements, aRet_kvp));
225 PVMFStatus PVMFMediaLayerPort::verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements) argument
229 OSCL_UNUSED_ARG(num_elements);
207 setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp) argument
[all...]
/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_linked_list.h182 int32 num_elements; member in class:Oscl_Linked_List_Base
260 return num_elements;

Completed in 209 milliseconds

123