Searched refs:C2VideoSizeStreamInfo (Results 1 – 7 of 7) sorted by relevance
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 147 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe, in SizeSetter() 148 C2P<C2VideoSizeStreamInfo::output> &me) { in SizeSetter() 172 std::shared_ptr<C2VideoSizeStreamInfo::output> mSize; 503 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process() 576 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxDec.cpp | 132 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe, in SizeSetter() 133 C2P<C2VideoSizeStreamInfo::output> &me) { in SizeSetter() 157 std::shared_ptr<C2VideoSizeStreamInfo::output> mSize; 431 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in outputBuffer()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 162 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe, in SizeSetter() 163 C2P<C2VideoSizeStreamInfo::output> &me) { in SizeSetter() 214 std::shared_ptr<C2VideoSizeStreamInfo::output> mSize; 856 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process() 892 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 184 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe, in SizeSetter() 185 C2P<C2VideoSizeStreamInfo::output> &me) { in SizeSetter() 251 std::shared_ptr<C2VideoSizeStreamInfo::output> mSize; 816 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 659 EACH_TEST_INPUT(C2VideoSizeStreamInfo, TEST_VSSTRUCT_WRITABLE_FIELD); in testMain() 660 EACH_TEST_OUTPUT(C2VideoSizeStreamInfo, TEST_VSSTRUCT_WRITABLE_FIELD); in testMain()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 208 C2P<C2VideoSizeStreamInfo::output> &me) { in SizeSetter() 856 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()
|
/hardware/google/av/codec2/include/ |
D | C2Config.h | 1193 typedef C2StreamPictureSizeInfo C2VideoSizeStreamInfo; // deprecated typedef
|