Searched defs:C2Param (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Param.h94 struct C2Param { struct in namespace:android
113 * C2Param kinds, usable as bitmaps.
223 friend struct C2Param; // for setPort()
266 friend struct C2Param; // for setStream, makeStreamId, isValid
346 inline bool operator==(const C2Param &o) const {
349 inline bool operator!=(const C2Param &o) const { return !operator==(o); }
352 inline static C2Param* From(void *addr, size_t len) {
354 if (len < sizeof(_mSize) + offsetof(C2Param, _mSize)) {
358 C2Param *param = (C2Param*)add
418 inline C2Param(uint32_t paramSize, Index paramIndex) function
427 inline C2Param(uint32_t paramSize, Index paramIndex, unsigned stream) function
[all...]

Completed in 42 milliseconds