Searched refs:defaultColorInfo (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/components/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()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 118 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 121 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 123 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl() 129 .withConstValue(defaultColorInfo) in IntfImpl()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 126 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 129 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 131 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl() 137 .withConstValue(defaultColorInfo) in IntfImpl()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 177 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 180 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 182 defaultColorInfo = in IntfImpl() 190 .withConstValue(defaultColorInfo) in IntfImpl()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 126 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 129 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 131 defaultColorInfo = in IntfImpl() 139 .withConstValue(defaultColorInfo) in IntfImpl()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 120 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 123 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 125 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl() 132 .withConstValue(defaultColorInfo) in IntfImpl()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 110 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 113 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 115 defaultColorInfo = in IntfImpl() 123 .withConstValue(defaultColorInfo) in IntfImpl()
|