Lines Matching refs:context
245 ## 2.6 Instance context structure(MppCtx)
247 …context handle provided to user as decoder or encoder. Users can create MppCtx instance and MppApi…
260 …ce, input and output at the same time, used alone. <br>ctx :MPP instance context. <br>packet :Inpu…
261 …erface, used in conjunction with decode_get_frame. <br>ctx :MPP instance context. <br>packet :Inpu…
262 …rface, used in conjunction with decode_put_packet. <br>ctx :MPP instance context. <br>frame :outpu…
263 …nput and output at the same time, used separately. <br>ctx :MPP instance context. <br>frame :input…
264 …rface, used in conjunction with encode_get_packet. <br>ctx :MPP instance context. <br>frame :input…
265 …erface, used in conjunction with encode_put_frame. <br>ctx :MPP instance context. <br>packet :outp…
266 …y whether the port has data available for dequeue. <br>ctx :MPP instance context. <br>type :Port t…
267 …ed to dequeue the MppTask structure from the port. <br>ctx :MPP instance context. <br>type :Port t…
268 … used to feed the port into the MppTask structure. <br>ctx :MPP instance context. <br>type :Port t…
269 …eset interface is a blocked synchronous interface. <br>ctx :MPP instance context. <br>return value…
270 …or additional control operations to MPP instances. <br>ctx :MPP instance context. <br>cmd :Mpi com…
274 …ided to users through function pointer in C structure. Users can use MPP context structure MppCtx …