Searched refs:defaultColorInfo (Results 1 – 5 of 5) sorted by relevance
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 160 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 163 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 165 defaultColorInfo = in IntfImpl() 173 .withConstValue(defaultColorInfo) in IntfImpl()
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxDec.cpp | 175 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 178 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 180 defaultColorInfo = in IntfImpl() 188 .withConstValue(defaultColorInfo) in IntfImpl()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 104 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 107 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 109 defaultColorInfo = in IntfImpl() 117 .withConstValue(defaultColorInfo) in IntfImpl()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 116 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 119 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 121 defaultColorInfo = in IntfImpl() 129 .withConstValue(defaultColorInfo) in IntfImpl()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 113 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 116 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 118 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl() 125 .withConstValue(defaultColorInfo) in IntfImpl()
|