Searched refs:C2StreamPictureSizeInfo (Results 1 – 8 of 8) sorted by relevance
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 63 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl() 207 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() 223 const C2P<C2StreamPictureSizeInfo::output> &size) { in MaxPictureSizeSetter() 240 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter() 290 std::shared_ptr<C2StreamPictureSizeInfo::output> mSize;
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxDec.cpp | 67 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl() 148 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 72 .withDefault(new C2StreamPictureSizeInfo::output(0u, 176, 144)) in IntfImpl() 163 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
|
/hardware/google/av/codec2/include/ |
D | C2Config.h | 1189 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPictureSize> C2StreamPictureSizeInfo; typedef 1193 typedef C2StreamPictureSizeInfo C2VideoSizeStreamInfo; // deprecated 1194 typedef C2StreamPictureSizeInfo C2VideoSizeStreamTuning; // deprecated
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 62 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl() 200 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 58 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl() 178 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.cpp | 571 addLocalParam<C2StreamPictureSizeInfo::output>(C2_PARAMKEY_PICTURE_SIZE); in initialize()
|
D | CCodec.cpp | 1389 updates.emplace_back(new C2StreamPictureSizeInfo::output( in onMessageReceived()
|