Searched refs:C2StreamPictureSizeInfo (Results 1 – 13 of 13) sorted by relevance
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxEnc.h | 215 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()
|
D | C2SoftVpxDec.cpp | 67 .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/ |
D | C2SoftMpeg4Enc.h | 65 std::shared_ptr<C2StreamPictureSizeInfo::input> mSize;
|
D | C2SoftMpeg4Dec.cpp | 72 .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;
|
D | C2SoftMpeg4Enc.cpp | 171 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/ |
D | C2SoftHevcDec.cpp | 63 .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/ |
D | C2SoftMpeg2Dec.cpp | 59 .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/ |
D | C2SoftAvcDec.cpp | 64 .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;
|
D | C2SoftAvcEnc.h | 188 std::shared_ptr<C2StreamPictureSizeInfo::input> mSize;
|
D | C2SoftAvcEnc.cpp | 167 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/ |
D | C2Config.h | 1231 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPictureSize> C2StreamPictureSizeInfo; typedef 1235 typedef C2StreamPictureSizeInfo C2VideoSizeStreamInfo; // deprecated 1236 typedef C2StreamPictureSizeInfo C2VideoSizeStreamTuning; // deprecated
|
/hardware/google/av/media/sfplugin/ |
D | CCodec.cpp | 1601 updates.emplace_back(new C2StreamPictureSizeInfo::output( in onMessageReceived()
|
D | CCodecConfig.cpp | 909 addLocalParam<C2StreamPictureSizeInfo::output>(C2_PARAMKEY_PICTURE_SIZE); in initialize()
|