Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp221 auto tmpVector = AnyCast<std::vector<uint8_t>>(value); in PutBuffer() local
222 …FALSE_RETURN_V_MSG_E(tmpVector != nullptr, false, "Any value is invalid. Key: " PUBLIC_LOG_S, key.… in PutBuffer()
224 tmpVector->resize(size); in PutBuffer()
225 uint8_t *anyAddr = tmpVector->data(); in PutBuffer()