HomeSort by relevance Sort by last modified time
    Searched refs:num_elements (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/opencore/protocols/systems/tools/general/common/include/
pvmf_buffer_data_sink.h 71 OSCL_IMPORT_REF PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
77 int num_elements, PvmiKvp * & aRet_kvp);
79 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL);
81 OSCL_IMPORT_REF PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
pvmf_buffer_data_source.h 83 OSCL_IMPORT_REF PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
89 int num_elements, PvmiKvp * & aRet_kvp);
91 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL);
93 OSCL_IMPORT_REF PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /external/opencore/pvmi/pvmf/include/
pvmi_config_and_capability.h 99 * @param num_elements Number of the elements in the returned array of parameters
105 int num_elements) = 0;
152 * @param num_elements Number of the elements in the array of parameters.
162 int num_elements,
172 * @param num_elements Number of the elements in the array of parameters.
179 int num_elements,
200 * @param num_elements Number of the elements in the array of parameters.
204 PvmiKvp* aParameters, int num_elements) = 0;
pvmi_config_and_capability_utils.h 93 OSCL_IMPORT_REF virtual PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
95 int num_elements, PvmiKvp * & aRet_kvp);
96 OSCL_IMPORT_REF virtual PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
partition.h 62 int num_elements; member in struct:partition_def
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_outport.h 113 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)
128 OSCL_UNUSED_ARG(num_elements);
154 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL)
159 OSCL_UNUSED_ARG(num_elements);
  /external/opencore/protocols/systems/tools/general/common/src/
pvmf_buffer_data_sink.cpp 98 OSCL_EXPORT_REF PVMFStatus PVMFBufferDataSink::releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements)
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)
161 OSCL_UNUSED_ARG(num_elements);
  /external/opencore/nodes/pvvideoparsernode/include/
pvmf_videoparser_port.h 88 PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
90 int num_elements, PvmiKvp * & aRet_kvp);
91 PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /external/opencore/baselibs/gen_data_structures/src/
sorted_list.h 70 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...]
linked_list.h 70 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/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_port.cpp 183 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)
221 OSCL_UNUSED_ARG(num_elements);
  /external/opencore/nodes/pvvideoparsernode/src/
pvmf_videoparser_port.cpp 204 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)
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_linked_list.cpp 24 num_elements = 0;
32 while (num_elements && head)
37 --num_elements;
92 return (ii == num_elements);
121 ++num_elements;
151 ++num_elements;
166 if (index < 0 || index >= num_elements)
212 --num_elements;
258 if (index_to_remove < 0 || index_to_remove >= num_elements)
291 --num_elements;
    [all...]
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_port.cpp 89 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) ||
pvrtsp_client_engine_port.h 129 int num_elements, PvmiKvp * & aRet_kvp);
130 PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /external/opencore/pvmi/pvmf/src/
pvmi_config_and_capability_utils.cpp 74 OSCL_EXPORT_REF PVMFStatus PvmiCapabilityAndConfigPortFormatImpl::releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements)
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)
118 if ((num_elements != 1) ||
  /external/opencore/android/
android_audio_stream.h 42 int num_elements, PvmiKvp * & aRet_kvp);
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_port.cpp 146 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);
    [all...]
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_port.h 103 OSCL_IMPORT_REF PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
109 int num_elements, PvmiKvp * & aRet_kvp);
111 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL);
113 OSCL_IMPORT_REF PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.h 106 OSCL_IMPORT_REF PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
112 int num_elements, PvmiKvp * & aRet_kvp);
114 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL);
116 OSCL_IMPORT_REF PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.h 103 OSCL_IMPORT_REF PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
109 int num_elements, PvmiKvp * & aRet_kvp);
111 int num_elements, PvmiKvp*& aRet_kvp, OsclAny* context = NULL);
113 OSCL_IMPORT_REF PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.h 55 virtual void setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp);
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_port.h 121 int num_elements,
125 PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_port.h 100 int num_elements,
103 OSCL_IMPORT_REF PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_port.h 123 int num_elements, PvmiKvp * & aRet_kvp);
124 PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);

Completed in 1245 milliseconds

1 2 3 4 5