Home
last modified time | relevance | path

Searched refs:ParseFirst (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/codec2/vndk/include/util/
DC2ParamUtils.h38 C2Param *ParseFirst(const uint8_t *blob, size_t size);
/hardware/google/av/codec2/vndk/util/
DC2ParamUtils.cpp197 C2Param *C2ParamUtils::ParseFirst(const uint8_t *blob, size_t size) { in ParseFirst() function in C2ParamUtils
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1423 p = C2ParamUtils::ParseFirst(data + ix, size - ix); in parseParamsBlob()