Home
last modified time | relevance | path

Searched refs:C2StreamPictureSizeInfo (Results 1 – 8 of 8) sorted by relevance

/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp63 .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/
DC2SoftVpxDec.cpp67 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl()
148 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp72 .withDefault(new C2StreamPictureSizeInfo::output(0u, 176, 144)) in IntfImpl()
163 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
/hardware/google/av/codec2/include/
DC2Config.h1189 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPictureSize> C2StreamPictureSizeInfo; typedef
1193 typedef C2StreamPictureSizeInfo C2VideoSizeStreamInfo; // deprecated
1194 typedef C2StreamPictureSizeInfo C2VideoSizeStreamTuning; // deprecated
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp62 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl()
200 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp58 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl()
178 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp571 addLocalParam<C2StreamPictureSizeInfo::output>(C2_PARAMKEY_PICTURE_SIZE); in initialize()
DCCodec.cpp1389 updates.emplace_back(new C2StreamPictureSizeInfo::output( in onMessageReceived()