Searched refs:defaultColorInfo (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 148 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 151 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 153 defaultColorInfo = in IntfImpl() 161 .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/gav1/ |
D | C2SoftGav1Dec.cpp | 125 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 128 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 130 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl() 136 .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 | 129 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 132 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 134 defaultColorInfo = in IntfImpl() 142 .withConstValue(defaultColorInfo) in IntfImpl()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 119 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 122 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 124 defaultColorInfo = C2StreamColorInfo::output::AllocShared( in IntfImpl() 131 .withConstValue(defaultColorInfo) in IntfImpl()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 111 std::shared_ptr<C2StreamColorInfo::output> defaultColorInfo = in IntfImpl() local 114 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl() 116 defaultColorInfo = in IntfImpl() 124 .withConstValue(defaultColorInfo) in IntfImpl()
|