Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp313 std::vector<SubSample> stdSubSamples; in decrypt() local
318 stdSubSamples.push_back(subSample); in decrypt()
320 auto hSubSamples = hidl_vec<SubSample>(stdSubSamples); in decrypt()