Searched refs:C2VideoSizeStreamInfo (Results 1 - 7 of 7) sorted by relevance

/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp147 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe,
148 C2P<C2VideoSizeStreamInfo::output> &me) {
172 std::shared_ptr<C2VideoSizeStreamInfo::output> mSize;
503 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight);
576 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight);
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxDec.cpp132 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe,
133 C2P<C2VideoSizeStreamInfo::output> &me) {
157 std::shared_ptr<C2VideoSizeStreamInfo::output> mSize;
431 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight);
/hardware/google/av/media/codecs/hevc/
H A DC2SoftHevcDec.cpp184 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe,
185 C2P<C2VideoSizeStreamInfo::output> &me) {
251 std::shared_ptr<C2VideoSizeStreamInfo::output> mSize;
816 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight);
/hardware/google/av/media/codecs/mpeg2/
H A DC2SoftMpeg2Dec.cpp162 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe,
163 C2P<C2VideoSizeStreamInfo::output> &me) {
214 std::shared_ptr<C2VideoSizeStreamInfo::output> mSize;
856 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight);
892 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight);
/hardware/google/av/codec2/tests/
H A DC2ComponentInterface_test.cpp659 EACH_TEST_INPUT(C2VideoSizeStreamInfo, TEST_VSSTRUCT_WRITABLE_FIELD);
660 EACH_TEST_OUTPUT(C2VideoSizeStreamInfo, TEST_VSSTRUCT_WRITABLE_FIELD);
/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.cpp208 C2P<C2VideoSizeStreamInfo::output> &me) {
856 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight);
/hardware/google/av/codec2/include/
H A DC2Config.h1193 typedef C2StreamPictureSizeInfo C2VideoSizeStreamInfo; // deprecated typedef

Completed in 147 milliseconds