Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp150 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local
153 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
155 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
161 .withConstValue(defaultColorInfo) in IntfImpl()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp199 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local
202 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
204 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
210 .withConstValue(defaultColorInfo) in IntfImpl()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp191 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local
194 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
196 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl()
202 .withConstValue(defaultColorInfo) in IntfImpl()