Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h215 std::shared_ptr<C2StreamPictureSizeInfo::input> mSize;
358 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, in SizeSetter()
359 C2P<C2StreamPictureSizeInfo::input> &me) { in SizeSetter()
403 std::shared_ptr<C2StreamPictureSizeInfo::input> getSize_l() const { return mSize; } in getSize_l()
DC2SoftVpxDec.cpp67 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl()
199 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
215 const C2P<C2StreamPictureSizeInfo::output> &size) { in MaxPictureSizeSetter()
233 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
254 std::shared_ptr<C2StreamPictureSizeInfo::output> mSize;
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.h65 std::shared_ptr<C2StreamPictureSizeInfo::input> mSize;
DC2SoftMpeg4Dec.cpp72 .withDefault(new C2StreamPictureSizeInfo::output(0u, 176, 144)) in IntfImpl()
184 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
200 const C2P<C2StreamPictureSizeInfo::output> &size) { in MaxPictureSizeSetter()
222 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
234 std::shared_ptr<C2StreamPictureSizeInfo::output> mSize;
DC2SoftMpeg4Enc.cpp171 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, in SizeSetter()
172 C2P<C2StreamPictureSizeInfo::input> &me) { in SizeSetter()
208 std::shared_ptr<C2StreamPictureSizeInfo::input> getSize_l() const { return mSize; } in getSize_l()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp63 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl()
190 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
206 const C2P<C2StreamPictureSizeInfo::output> &size) { in MaxPictureSizeSetter()
223 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
284 std::shared_ptr<C2StreamPictureSizeInfo::output> mSize;
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp59 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl()
182 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
198 const C2P<C2StreamPictureSizeInfo::output> &size) { in MaxPictureSizeSetter()
215 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
276 std::shared_ptr<C2StreamPictureSizeInfo::output> mSize;
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp64 .withDefault(new C2StreamPictureSizeInfo::output(0u, 320, 240)) in IntfImpl()
194 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
210 const C2P<C2StreamPictureSizeInfo::output> &size) { in MaxPictureSizeSetter()
227 const C2P<C2StreamPictureSizeInfo::output> &size) { in ProfileLevelSetter()
288 std::shared_ptr<C2StreamPictureSizeInfo::output> mSize;
DC2SoftAvcEnc.h188 std::shared_ptr<C2StreamPictureSizeInfo::input> mSize;
DC2SoftAvcEnc.cpp167 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, in SizeSetter()
168 C2P<C2StreamPictureSizeInfo::input> &me) { in SizeSetter()
321 std::shared_ptr<C2StreamPictureSizeInfo::input> getSize_l() const { return mSize; } in getSize_l()
/hardware/google/av/codec2/include/
DC2Config.h1231 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPictureSize> C2StreamPictureSizeInfo; typedef
1235 typedef C2StreamPictureSizeInfo C2VideoSizeStreamInfo; // deprecated
1236 typedef C2StreamPictureSizeInfo C2VideoSizeStreamTuning; // deprecated
/hardware/google/av/media/sfplugin/
DCCodec.cpp1601 updates.emplace_back(new C2StreamPictureSizeInfo::output( in onMessageReceived()
DCCodecConfig.cpp909 addLocalParam<C2StreamPictureSizeInfo::output>(C2_PARAMKEY_PICTURE_SIZE); in initialize()