HomeSort by relevance Sort by last modified time
    Searched defs:structDesc (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/codec2/hidl/1.0/utils/
ComponentStore.cpp 137 std::shared_ptr<C2StructDescriptor> structDesc =
139 if (!structDesc) {
143 mStructDescriptors.insert({ coreIndex, structDesc });
254 std::shared_ptr<C2StructDescriptor> structDesc =
256 if (!structDesc) {
259 mStructDescriptors.insert({ coreIndex, structDesc });
260 if (objcpy(&descriptors[dstIx], *structDesc)) {
  /frameworks/av/media/codec2/sfplugin/
ReflectedParamUpdater.cpp 120 std::unique_ptr<C2StructDescriptor> structDesc = reflector->describe(
122 if (structDesc == nullptr) {
126 addParamDesc(desc, *structDesc, reflector, true /* markVendor */);
134 std::unique_ptr<C2StructDescriptor> structDesc = reflector->describe(
136 if (structDesc) {
137 addParamDesc(desc, *structDesc, reflector, false /* markVendor */);
146 const C2StructDescriptor &structDesc,
148 for (auto it = structDesc.begin(); it != structDesc.end(); ++it) {
204 std::shared_ptr<C2ParamDescriptor> desc, const C2StructDescriptor &structDesc,
    [all...]

Completed in 1055 milliseconds