Home
last modified time | relevance | path

Searched refs:aDecodedFrame (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/libwebrtcglue/
H A DWebrtcGmpVideoCodec.cpp947 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 DWebrtcGmpVideoCodec.cpp918 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 DWebrtcGmpVideoCodec.cpp947 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 DWebrtcGmpVideoCodec.cpp947 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 DWebrtcGmpVideoCodec.cpp927 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 DGMPVideoDecoderChild.cpp47 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 DGMPVideoDecoderParent.cpp307 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 DGMPVideoDecoderChild.cpp38 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 DGMPVideoDecoderParent.cpp284 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 DGMPVideoDecoderChild.cpp39 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 DGMPVideoDecoderParent.cpp292 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 DWebrtcGmpVideoCodec.cpp940 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 DGMPVideoDecoderChild.cpp38 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 DGMPVideoDecoderParent.cpp284 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 DGMPVideoDecoderChild.cpp39 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 DGMPVideoDecoderParent.cpp286 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 DGMPVideoDecoderChild.cpp38 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 DGMPVideoDecoderParent.cpp284 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 DTestGMPRemoveAndDelete.cpp62 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 DTestGMPRemoveAndDelete.cpp63 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 DTestGMPRemoveAndDelete.cpp62 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 DTestGMPRemoveAndDelete.cpp62 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 DTestGMPRemoveAndDelete.cpp66 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 DTestGMPRemoveAndDelete.cpp66 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 Dgmp-video-decode.h48 virtual void Decoded(GMPVideoi420Frame* aDecodedFrame) = 0;

123