/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/libwebrtcglue/ |
H A D | WebrtcGmpVideoCodec.cpp | 947 aDecodedFrame->Height()) + in Decoded() 948 (aDecodedFrame->Stride(kGMPVPlane) + aDecodedFrame->Stride(kGMPUPlane)) * in Decoded() 949 ((aDecodedFrame->Height() + 1) / 2); in Decoded() 958 aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height()); in Decoded() 962 buffer_y + aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height(); in Decoded() 964 aDecodedFrame->Stride(kGMPUPlane) * in Decoded() 965 ((aDecodedFrame->Height() + 1) / 2)); in Decoded() 969 aDecodedFrame->Stride(kGMPVPlane) * in Decoded() 976 aDecodedFrame->Width(), aDecodedFrame->Height(), buffer_y, in Decoded() 979 aDecodedFrame->Stride(kGMPVPlane), in Decoded() [all …]
|
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/src/media-conduit/ |
H A D | WebrtcGmpVideoCodec.cpp | 918 aDecodedFrame->Height()) + in Decoded() 919 (aDecodedFrame->Stride(kGMPVPlane) + aDecodedFrame->Stride(kGMPUPlane)) * in Decoded() 920 ((aDecodedFrame->Height() + 1) / 2); in Decoded() 929 aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height()); in Decoded() 933 buffer_y + aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height(); in Decoded() 935 aDecodedFrame->Stride(kGMPUPlane) * in Decoded() 936 ((aDecodedFrame->Height() + 1) / 2)); in Decoded() 940 aDecodedFrame->Stride(kGMPVPlane) * in Decoded() 947 aDecodedFrame->Width(), aDecodedFrame->Height(), buffer_y, in Decoded() 950 aDecodedFrame->Stride(kGMPVPlane), in Decoded() [all …]
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/libwebrtcglue/ |
H A D | WebrtcGmpVideoCodec.cpp | 947 aDecodedFrame->Height()) + in Decoded() 948 (aDecodedFrame->Stride(kGMPVPlane) + aDecodedFrame->Stride(kGMPUPlane)) * in Decoded() 949 ((aDecodedFrame->Height() + 1) / 2); in Decoded() 958 aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height()); in Decoded() 962 buffer_y + aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height(); in Decoded() 964 aDecodedFrame->Stride(kGMPUPlane) * in Decoded() 965 ((aDecodedFrame->Height() + 1) / 2)); in Decoded() 969 aDecodedFrame->Stride(kGMPVPlane) * in Decoded() 976 aDecodedFrame->Width(), aDecodedFrame->Height(), buffer_y, in Decoded() 979 aDecodedFrame->Stride(kGMPVPlane), in Decoded() [all …]
|
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/media-conduit/ |
H A D | WebrtcGmpVideoCodec.cpp | 947 aDecodedFrame->Height()) + in Decoded() 948 (aDecodedFrame->Stride(kGMPVPlane) + aDecodedFrame->Stride(kGMPUPlane)) * in Decoded() 949 ((aDecodedFrame->Height() + 1) / 2); in Decoded() 958 aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height()); in Decoded() 962 buffer_y + aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height(); in Decoded() 964 aDecodedFrame->Stride(kGMPUPlane) * in Decoded() 965 ((aDecodedFrame->Height() + 1) / 2)); in Decoded() 969 aDecodedFrame->Stride(kGMPVPlane) * in Decoded() 976 aDecodedFrame->Width(), aDecodedFrame->Height(), buffer_y, in Decoded() 979 aDecodedFrame->Stride(kGMPVPlane), in Decoded() [all …]
|
/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/ |
H A D | WebrtcGmpVideoCodec.cpp | 927 aDecodedFrame->Height()) + in Decoded() 928 (aDecodedFrame->Stride(kGMPVPlane) + aDecodedFrame->Stride(kGMPUPlane)) * in Decoded() 929 ((aDecodedFrame->Height() + 1) / 2); in Decoded() 937 memcpy(buffer_y, aDecodedFrame->Buffer(kGMPYPlane), in Decoded() 938 aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height()); in Decoded() 942 buffer_y + aDecodedFrame->Stride(kGMPYPlane) * aDecodedFrame->Height(); in Decoded() 944 aDecodedFrame->Stride(kGMPUPlane) * in Decoded() 945 ((aDecodedFrame->Height() + 1) / 2)); in Decoded() 949 aDecodedFrame->Stride(kGMPVPlane) * in Decoded() 950 ((aDecodedFrame->Height() + 1) / 2)); in Decoded() [all …]
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/ |
H A D | GMPVideoDecoderChild.cpp | 47 GMPVideoDecoderChild::Decoded(GMPVideoi420Frame* aDecodedFrame) in Decoded() argument 51 if (!aDecodedFrame) { in Decoded() 55 auto df = static_cast<GMPVideoi420FrameImpl*>(aDecodedFrame); in Decoded() 61 aDecodedFrame->Destroy(); in Decoded()
|
H A D | GMPVideoDecoderParent.cpp | 307 GMPVideoDecoderParent::RecvDecoded(const GMPVideoi420FrameData& aDecodedFrame) in RecvDecoded() argument 311 this, aDecodedFrame.mTimestamp(), mFrameCount)); in RecvDecoded() 317 if (!GMPVideoi420FrameImpl::CheckFrameData(aDecodedFrame)) { in RecvDecoded() 322 auto f = new GMPVideoi420FrameImpl(aDecodedFrame, &mVideoHost); in RecvDecoded()
|
/dports/www/firefox/firefox-99.0/dom/media/gmp/ |
H A D | GMPVideoDecoderChild.cpp | 38 void GMPVideoDecoderChild::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 41 if (!aDecodedFrame) { in Decoded() 45 auto df = static_cast<GMPVideoi420FrameImpl*>(aDecodedFrame); in Decoded() 51 aDecodedFrame->Destroy(); in Decoded()
|
H A D | GMPVideoDecoderParent.cpp | 284 const GMPVideoi420FrameData& aDecodedFrame) { in RecvDecoded() argument 288 this, aDecodedFrame.mTimestamp(), mFrameCount); in RecvDecoded() 291 if (GMPVideoi420FrameImpl::CheckFrameData(aDecodedFrame)) { in RecvDecoded() 292 auto f = new GMPVideoi420FrameImpl(aDecodedFrame, &mVideoHost); in RecvDecoded() 299 this, aDecodedFrame.mTimestamp()); in RecvDecoded()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/ |
H A D | GMPVideoDecoderChild.cpp | 39 void GMPVideoDecoderChild::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 42 if (!aDecodedFrame) { in Decoded() 46 auto df = static_cast<GMPVideoi420FrameImpl*>(aDecodedFrame); in Decoded() 52 aDecodedFrame->Destroy(); in Decoded()
|
H A D | GMPVideoDecoderParent.cpp | 292 const GMPVideoi420FrameData& aDecodedFrame) { in RecvDecoded() argument 296 this, aDecodedFrame.mTimestamp(), mFrameCount)); in RecvDecoded() 302 if (!GMPVideoi420FrameImpl::CheckFrameData(aDecodedFrame)) { in RecvDecoded() 306 this, aDecodedFrame.mTimestamp())); in RecvDecoded() 309 auto f = new GMPVideoi420FrameImpl(aDecodedFrame, &mVideoHost); in RecvDecoded()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/media-conduit/ |
H A D | WebrtcGmpVideoCodec.cpp | 940 WebrtcGmpVideoDecoder::Decoded(GMPVideoi420Frame* aDecodedFrame) in Decoded() argument 945 int ret = image.CreateFrame(aDecodedFrame->Buffer(kGMPYPlane), in Decoded() 946 aDecodedFrame->Buffer(kGMPUPlane), in Decoded() 947 aDecodedFrame->Buffer(kGMPVPlane), in Decoded() 948 aDecodedFrame->Width(), in Decoded() 949 aDecodedFrame->Height(), in Decoded() 950 aDecodedFrame->Stride(kGMPYPlane), in Decoded() 951 aDecodedFrame->Stride(kGMPUPlane), in Decoded() 952 aDecodedFrame->Stride(kGMPVPlane)); in Decoded() 959 LOGD(("GMP Decoded: %llu", aDecodedFrame->Timestamp())); in Decoded() [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/ |
H A D | GMPVideoDecoderChild.cpp | 38 void GMPVideoDecoderChild::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 41 if (!aDecodedFrame) { in Decoded() 45 auto df = static_cast<GMPVideoi420FrameImpl*>(aDecodedFrame); in Decoded() 51 aDecodedFrame->Destroy(); in Decoded()
|
H A D | GMPVideoDecoderParent.cpp | 284 const GMPVideoi420FrameData& aDecodedFrame) { in RecvDecoded() argument 288 this, aDecodedFrame.mTimestamp(), mFrameCount); in RecvDecoded() 294 if (!GMPVideoi420FrameImpl::CheckFrameData(aDecodedFrame)) { in RecvDecoded() 298 this, aDecodedFrame.mTimestamp()); in RecvDecoded() 301 auto f = new GMPVideoi420FrameImpl(aDecodedFrame, &mVideoHost); in RecvDecoded()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/ |
H A D | GMPVideoDecoderChild.cpp | 39 void GMPVideoDecoderChild::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 42 if (!aDecodedFrame) { in Decoded() 46 auto df = static_cast<GMPVideoi420FrameImpl*>(aDecodedFrame); in Decoded() 52 aDecodedFrame->Destroy(); in Decoded()
|
H A D | GMPVideoDecoderParent.cpp | 286 const GMPVideoi420FrameData& aDecodedFrame) { in RecvDecoded() argument 290 this, aDecodedFrame.mTimestamp(), mFrameCount); in RecvDecoded() 296 if (!GMPVideoi420FrameImpl::CheckFrameData(aDecodedFrame)) { in RecvDecoded() 300 this, aDecodedFrame.mTimestamp()); in RecvDecoded() 303 auto f = new GMPVideoi420FrameImpl(aDecodedFrame, &mVideoHost); in RecvDecoded()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/ |
H A D | GMPVideoDecoderChild.cpp | 38 void GMPVideoDecoderChild::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 41 if (!aDecodedFrame) { in Decoded() 45 auto df = static_cast<GMPVideoi420FrameImpl*>(aDecodedFrame); in Decoded() 51 aDecodedFrame->Destroy(); in Decoded()
|
H A D | GMPVideoDecoderParent.cpp | 284 const GMPVideoi420FrameData& aDecodedFrame) { in RecvDecoded() argument 288 this, aDecodedFrame.mTimestamp(), mFrameCount); in RecvDecoded() 294 if (!GMPVideoi420FrameImpl::CheckFrameData(aDecodedFrame)) { in RecvDecoded() 298 this, aDecodedFrame.mTimestamp()); in RecvDecoded() 301 auto f = new GMPVideoi420FrameImpl(aDecodedFrame, &mVideoHost); in RecvDecoded()
|
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gtest/ |
H A D | TestGMPRemoveAndDelete.cpp | 62 virtual void Decoded(GMPVideoi420Frame* aDecodedFrame) override; 410 void GMPRemoveTest::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 411 aDecodedFrame->Destroy(); in Decoded()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gtest/ |
H A D | TestGMPRemoveAndDelete.cpp | 63 virtual void Decoded(GMPVideoi420Frame* aDecodedFrame) override; 411 void GMPRemoveTest::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 412 aDecodedFrame->Destroy(); in Decoded()
|
/dports/www/firefox/firefox-99.0/dom/media/gtest/ |
H A D | TestGMPRemoveAndDelete.cpp | 62 virtual void Decoded(GMPVideoi420Frame* aDecodedFrame) override; 410 void GMPRemoveTest::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 411 aDecodedFrame->Destroy(); in Decoded()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gtest/ |
H A D | TestGMPRemoveAndDelete.cpp | 62 virtual void Decoded(GMPVideoi420Frame* aDecodedFrame) override; 410 void GMPRemoveTest::Decoded(GMPVideoi420Frame* aDecodedFrame) { in Decoded() argument 411 aDecodedFrame->Destroy(); in Decoded()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gtest/ |
H A D | TestGMPRemoveAndDelete.cpp | 66 virtual void Decoded(GMPVideoi420Frame* aDecodedFrame) override; 439 GMPRemoveTest::Decoded(GMPVideoi420Frame* aDecodedFrame) in Decoded() argument 441 aDecodedFrame->Destroy(); in Decoded()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gtest/ |
H A D | TestGMPRemoveAndDelete.cpp | 66 virtual void Decoded(GMPVideoi420Frame* aDecodedFrame) override; 424 GMPRemoveTest::Decoded(GMPVideoi420Frame* aDecodedFrame) in Decoded() argument 426 aDecodedFrame->Destroy(); in Decoded()
|
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/gmp-api/ |
H A D | gmp-video-decode.h | 48 virtual void Decoded(GMPVideoi420Frame* aDecodedFrame) = 0;
|