Home
last modified time | relevance | path

Searched refs:aCodec (Results 1 – 25 of 136) sorted by relevance

123456

/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DVideoUtils.cpp222 auto splitter = aCodec.Split(u'.'); in ExtractVPXCodecDetails()
381 if (aCodec.Length() != strlen("avc1.PPCCLL")) { in ExtractH264CodecDetails()
386 const nsAString& sample = Substring(aCodec, 0, 5); in ExtractH264CodecDetails()
595 bool IsH264CodecString(const nsAString& aCodec) { in IsH264CodecString() argument
601 bool IsAACCodecString(const nsAString& aCodec) { in IsAACCodecString() argument
603 aCodec.EqualsLiteral( in IsAACCodecString()
606 aCodec.EqualsLiteral( in IsAACCodecString()
612 bool IsVP8CodecString(const nsAString& aCodec) { in IsVP8CodecString() argument
616 return aCodec.EqualsLiteral("vp8") || aCodec.EqualsLiteral("vp8.0") || in IsVP8CodecString()
621 bool IsVP9CodecString(const nsAString& aCodec) { in IsVP9CodecString() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DVideoUtils.cpp291 auto splitter = aCodec.Split(u'.'); in ExtractVPXCodecDetails()
450 if (aCodec.Length() != strlen("avc1.PPCCLL")) { in ExtractH264CodecDetails()
664 bool IsAACCodecString(const nsAString& aCodec) { in IsAACCodecString() argument
666 aCodec.EqualsLiteral( in IsAACCodecString()
669 aCodec.EqualsLiteral( in IsAACCodecString()
675 bool IsVP8CodecString(const nsAString& aCodec) { in IsVP8CodecString() argument
679 return aCodec.EqualsLiteral("vp8") || aCodec.EqualsLiteral("vp8.0") || in IsVP8CodecString()
684 bool IsVP9CodecString(const nsAString& aCodec) { in IsVP9CodecString() argument
688 return aCodec.EqualsLiteral("vp9") || aCodec.EqualsLiteral("vp9.0") || in IsVP9CodecString()
693 bool IsAV1CodecString(const nsAString& aCodec) { in IsAV1CodecString() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DVideoUtils.cpp269 auto splitter = aCodec.Split(u'.'); in ExtractVPXCodecDetails()
428 if (aCodec.Length() != strlen("avc1.PPCCLL")) { in ExtractH264CodecDetails()
634 bool IsAACCodecString(const nsAString& aCodec) { in IsAACCodecString() argument
636 aCodec.EqualsLiteral( in IsAACCodecString()
639 aCodec.EqualsLiteral( in IsAACCodecString()
645 bool IsVP8CodecString(const nsAString& aCodec) { in IsVP8CodecString() argument
649 return aCodec.EqualsLiteral("vp8") || aCodec.EqualsLiteral("vp8.0") || in IsVP8CodecString()
654 bool IsVP9CodecString(const nsAString& aCodec) { in IsVP9CodecString() argument
658 return aCodec.EqualsLiteral("vp9") || aCodec.EqualsLiteral("vp9.0") || in IsVP9CodecString()
663 bool IsAV1CodecString(const nsAString& aCodec) { in IsAV1CodecString() argument
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DVideoUtils.cpp295 auto splitter = aCodec.Split(u'.'); in ExtractVPXCodecDetails()
454 if (aCodec.Length() != strlen("avc1.PPCCLL")) { in ExtractH264CodecDetails()
668 bool IsAACCodecString(const nsAString& aCodec) { in IsAACCodecString() argument
670 aCodec.EqualsLiteral( in IsAACCodecString()
673 aCodec.EqualsLiteral( in IsAACCodecString()
679 bool IsVP8CodecString(const nsAString& aCodec) { in IsVP8CodecString() argument
683 return aCodec.EqualsLiteral("vp8") || aCodec.EqualsLiteral("vp8.0") || in IsVP8CodecString()
688 bool IsVP9CodecString(const nsAString& aCodec) { in IsVP9CodecString() argument
692 return aCodec.EqualsLiteral("vp9") || aCodec.EqualsLiteral("vp9.0") || in IsVP9CodecString()
697 bool IsAV1CodecString(const nsAString& aCodec) { in IsAV1CodecString() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DVideoUtils.cpp291 auto splitter = aCodec.Split(u'.'); in ExtractVPXCodecDetails()
450 if (aCodec.Length() != strlen("avc1.PPCCLL")) { in ExtractH264CodecDetails()
664 bool IsAACCodecString(const nsAString& aCodec) { in IsAACCodecString() argument
666 aCodec.EqualsLiteral( in IsAACCodecString()
669 aCodec.EqualsLiteral( in IsAACCodecString()
675 bool IsVP8CodecString(const nsAString& aCodec) { in IsVP8CodecString() argument
679 return aCodec.EqualsLiteral("vp8") || aCodec.EqualsLiteral("vp8.0") || in IsVP8CodecString()
684 bool IsVP9CodecString(const nsAString& aCodec) { in IsVP9CodecString() argument
688 return aCodec.EqualsLiteral("vp9") || aCodec.EqualsLiteral("vp9.0") || in IsVP9CodecString()
693 bool IsAV1CodecString(const nsAString& aCodec) { in IsAV1CodecString() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DVideoUtils.cpp216 ExtractH264CodecDetails(const nsAString& aCodec, in ExtractH264CodecDetails() argument
227 if (aCodec.Length() != strlen("avc1.PPCCLL")) { in ExtractH264CodecDetails()
232 const nsAString& sample = Substring(aCodec, 0, 5); in ExtractH264CodecDetails()
449 IsH264CodecString(const nsAString& aCodec) in IsH264CodecString() argument
457 IsAACCodecString(const nsAString& aCodec) in IsAACCodecString() argument
467 IsVP8CodecString(const nsAString& aCodec) in IsVP8CodecString() argument
469 return aCodec.EqualsLiteral("vp8") || in IsVP8CodecString()
470 aCodec.EqualsLiteral("vp8.0"); in IsVP8CodecString()
474 IsVP9CodecString(const nsAString& aCodec) in IsVP9CodecString() argument
476 return aCodec.EqualsLiteral("vp9") || in IsVP9CodecString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/gallery2/
H A Dcodec.cxx73 ZCodec aCodec; in Write() local
74 aCodec.BeginCompression(); in Write()
75 aCodec.Compress( rStmToWrite, rStm ); in Write()
76 aCodec.EndCompression(); in Write()
144 ZCodec aCodec; in Read() local
146 aCodec.BeginCompression(); in Read()
147 aCodec.Decompress( rStm, rStmToRead ); in Read()
148 aCodec.EndCompression(); in Read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/gallery2/
H A Dcodec.cxx73 ZCodec aCodec; in Write() local
74 aCodec.BeginCompression(); in Write()
75 aCodec.Compress( rStmToWrite, rStm ); in Write()
76 aCodec.EndCompression(); in Write()
143 ZCodec aCodec; in Read() local
145 aCodec.BeginCompression(); in Read()
146 aCodec.Decompress( rStm, rStmToRead ); in Read()
147 aCodec.EndCompression(); in Read()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/eme/
H A DMediaKeySystemAccess.cpp196 if (IsAACCodecString(aCodec)) { in ToEMEAPICodecString()
199 if (aCodec.EqualsLiteral("opus")) { in ToEMEAPICodecString()
202 if (aCodec.EqualsLiteral("vorbis")) { in ToEMEAPICodecString()
205 if (IsH264CodecString(aCodec)) { in ToEMEAPICodecString()
208 if (IsVP8CodecString(aCodec)) { in ToEMEAPICodecString()
211 if (IsVP9CodecString(aCodec)) { in ToEMEAPICodecString()
242 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecryptAndDecode()
251 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecrypt()
528 if (aCodec.Equals(EME_CODEC_AAC) || in GetCodecType()
534 aCodec.Equals(EME_CODEC_VP8) || in GetCodecType()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/eme/
H A DMediaKeySystemAccess.cpp157 if (IsAACCodecString(aCodec)) { in ToEMEAPICodecString()
160 if (aCodec.EqualsLiteral("opus")) { in ToEMEAPICodecString()
166 if (aCodec.EqualsLiteral("flac")) { in ToEMEAPICodecString()
169 if (IsH264CodecString(aCodec)) { in ToEMEAPICodecString()
172 if (IsVP8CodecString(aCodec)) { in ToEMEAPICodecString()
175 if (IsVP9CodecString(aCodec)) { in ToEMEAPICodecString()
201 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecryptAndDecode()
209 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecrypt()
496 if (aCodec.Equals(EME_CODEC_AAC) || aCodec.Equals(EME_CODEC_OPUS) || in GetCodecType()
497 aCodec.Equals(EME_CODEC_VORBIS) || aCodec.Equals(EME_CODEC_FLAC)) { in GetCodecType()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/eme/
H A DMediaKeySystemAccess.cpp157 if (IsAACCodecString(aCodec)) { in ToEMEAPICodecString()
160 if (aCodec.EqualsLiteral("opus")) { in ToEMEAPICodecString()
166 if (aCodec.EqualsLiteral("flac")) { in ToEMEAPICodecString()
169 if (IsH264CodecString(aCodec)) { in ToEMEAPICodecString()
172 if (IsVP8CodecString(aCodec)) { in ToEMEAPICodecString()
175 if (IsVP9CodecString(aCodec)) { in ToEMEAPICodecString()
201 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecryptAndDecode()
209 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecrypt()
499 if (aCodec.Equals(EME_CODEC_AAC) || aCodec.Equals(EME_CODEC_OPUS) || in GetCodecType()
500 aCodec.Equals(EME_CODEC_VORBIS) || aCodec.Equals(EME_CODEC_FLAC)) { in GetCodecType()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/eme/
H A DMediaKeySystemAccess.cpp157 if (IsAACCodecString(aCodec)) { in ToEMEAPICodecString()
160 if (aCodec.EqualsLiteral("opus")) { in ToEMEAPICodecString()
166 if (aCodec.EqualsLiteral("flac")) { in ToEMEAPICodecString()
169 if (IsH264CodecString(aCodec)) { in ToEMEAPICodecString()
172 if (IsVP8CodecString(aCodec)) { in ToEMEAPICodecString()
175 if (IsVP9CodecString(aCodec)) { in ToEMEAPICodecString()
201 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecryptAndDecode()
209 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecrypt()
496 if (aCodec.Equals(EME_CODEC_AAC) || aCodec.Equals(EME_CODEC_OPUS) || in GetCodecType()
497 aCodec.Equals(EME_CODEC_VORBIS) || aCodec.Equals(EME_CODEC_FLAC)) { in GetCodecType()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/eme/
H A DMediaKeySystemAccess.cpp157 if (IsAACCodecString(aCodec)) { in ToEMEAPICodecString()
160 if (aCodec.EqualsLiteral("opus")) { in ToEMEAPICodecString()
163 if (aCodec.EqualsLiteral("vorbis")) { in ToEMEAPICodecString()
166 if (IsH264CodecString(aCodec)) { in ToEMEAPICodecString()
169 if (IsVP8CodecString(aCodec)) { in ToEMEAPICodecString()
172 if (IsVP9CodecString(aCodec)) { in ToEMEAPICodecString()
198 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecryptAndDecode()
206 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecrypt()
459 if (aCodec.Equals(EME_CODEC_AAC) || aCodec.Equals(EME_CODEC_OPUS) || in GetCodecType()
463 if (aCodec.Equals(EME_CODEC_H264) || aCodec.Equals(EME_CODEC_VP8) || in GetCodecType()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/eme/
H A DMediaKeySystemAccess.cpp157 if (IsAACCodecString(aCodec)) { in ToEMEAPICodecString()
160 if (aCodec.EqualsLiteral("opus")) { in ToEMEAPICodecString()
166 if (aCodec.EqualsLiteral("flac")) { in ToEMEAPICodecString()
169 if (IsH264CodecString(aCodec)) { in ToEMEAPICodecString()
172 if (IsVP8CodecString(aCodec)) { in ToEMEAPICodecString()
175 if (IsVP9CodecString(aCodec)) { in ToEMEAPICodecString()
219 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecryptAndDecode()
227 MOZ_ASSERT(!Decrypts(aCodec)); in SetCanDecrypt()
559 if (aCodec.Equals(EME_CODEC_AAC) || aCodec.Equals(EME_CODEC_OPUS) || in GetCodecType()
560 aCodec.Equals(EME_CODEC_VORBIS) || aCodec.Equals(EME_CODEC_FLAC)) { in GetCodecType()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/libsrc/
H A Ddccodec.cxx184 const DcmCodec *aCodec, in DcmCodecList() argument
187 : codec(aCodec) in DcmCodecList()
198 const DcmCodec *aCodec, in registerCodec() argument
202 if ((aCodec == NULL)||(aCodecParameter == NULL)) return EC_IllegalParameter; in registerCodec()
221 if ((*first)->codec == aCodec) in registerCodec()
237 OFCondition DcmCodecList::deregisterCodec(const DcmCodec *aCodec) in deregisterCodec() argument
239 if (aCodec == NULL) return EC_IllegalParameter; in deregisterCodec()
254 if ((*first)->codec == aCodec) in deregisterCodec()
268 const DcmCodec *aCodec, in updateCodecParameter() argument
271 if ((aCodec == NULL)||(aCodecParameter == NULL)) return EC_IllegalParameter; in updateCodecParameter()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/agnostic/
H A DVPXDecoder.cpp38 const VPXDecoder::Codec aCodec) { in InitContext() argument
42 if (aCodec == VPXDecoder::Codec::VP8) { in InitContext()
44 } else if (aCodec == VPXDecoder::Codec::VP9) { in InitContext()
260 bool VPXDecoder::IsKeyframe(Span<const uint8_t> aBuffer, Codec aCodec) { in IsKeyframe() argument
265 if (aCodec == Codec::VP8) { in IsKeyframe()
269 } else if (aCodec == Codec::VP9) { in IsKeyframe()
280 Codec aCodec) { in GetFrameSize() argument
285 if (aCodec == Codec::VP8) { in GetFrameSize()
288 } else if (aCodec == Codec::VP9) { in GetFrameSize()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/agnostic/
H A DVPXDecoder.cpp44 const VPXDecoder::Codec aCodec, bool aLowLatency) { in InitContext() argument
48 if (aCodec == VPXDecoder::Codec::VP8) { in InitContext()
50 } else if (aCodec == VPXDecoder::Codec::VP9) { in InitContext()
285 bool VPXDecoder::IsKeyframe(Span<const uint8_t> aBuffer, Codec aCodec) { in IsKeyframe() argument
287 return GetStreamInfo(aBuffer, info, aCodec) && info.mKeyFrame; in IsKeyframe()
292 Codec aCodec) { in GetFrameSize() argument
294 if (!GetStreamInfo(aBuffer, info, aCodec)) { in GetFrameSize()
302 Codec aCodec) { in GetDisplaySize() argument
304 if (!GetStreamInfo(aBuffer, info, aCodec)) { in GetDisplaySize()
321 VPXDecoder::VPXStreamInfo& aInfo, Codec aCodec) { in GetStreamInfo() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/agnostic/
H A DVPXDecoder.cpp40 const VPXDecoder::Codec aCodec, bool aLowLatency) { in InitContext() argument
44 if (aCodec == VPXDecoder::Codec::VP8) { in InitContext()
46 } else if (aCodec == VPXDecoder::Codec::VP9) { in InitContext()
280 bool VPXDecoder::IsKeyframe(Span<const uint8_t> aBuffer, Codec aCodec) { in IsKeyframe() argument
282 return GetStreamInfo(aBuffer, info, aCodec) && info.mKeyFrame; in IsKeyframe()
287 Codec aCodec) { in GetFrameSize() argument
289 if (!GetStreamInfo(aBuffer, info, aCodec)) { in GetFrameSize()
297 Codec aCodec) { in GetDisplaySize() argument
299 if (!GetStreamInfo(aBuffer, info, aCodec)) { in GetDisplaySize()
316 VPXDecoder::VPXStreamInfo& aInfo, Codec aCodec) { in GetStreamInfo() argument
[all …]
H A DVPXDecoder.h51 static bool IsKeyframe(Span<const uint8_t> aBuffer, Codec aCodec);
54 static gfx::IntSize GetFrameSize(Span<const uint8_t> aBuffer, Codec aCodec);
56 static gfx::IntSize GetDisplaySize(Span<const uint8_t> aBuffer, Codec aCodec);
139 Codec aCodec);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/agnostic/
H A DVPXDecoder.cpp44 const VPXDecoder::Codec aCodec, bool aLowLatency) { in InitContext() argument
48 if (aCodec == VPXDecoder::Codec::VP8) { in InitContext()
50 } else if (aCodec == VPXDecoder::Codec::VP9) { in InitContext()
285 bool VPXDecoder::IsKeyframe(Span<const uint8_t> aBuffer, Codec aCodec) { in IsKeyframe() argument
287 return GetStreamInfo(aBuffer, info, aCodec) && info.mKeyFrame; in IsKeyframe()
292 Codec aCodec) { in GetFrameSize() argument
294 if (!GetStreamInfo(aBuffer, info, aCodec)) { in GetFrameSize()
302 Codec aCodec) { in GetDisplaySize() argument
304 if (!GetStreamInfo(aBuffer, info, aCodec)) { in GetDisplaySize()
321 VPXDecoder::VPXStreamInfo& aInfo, Codec aCodec) { in GetStreamInfo() argument
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddccodec.cc319 const DcmCodec *aCodec, in DcmCodecList() argument
322 : codec(aCodec) in DcmCodecList()
333 const DcmCodec *aCodec, in registerCodec() argument
337 if ((aCodec == NULL)||(aCodecParameter == NULL)) return EC_IllegalParameter; in registerCodec()
357 if ((*first)->codec == aCodec) in registerCodec()
372 OFCondition DcmCodecList::deregisterCodec(const DcmCodec *aCodec) in deregisterCodec() argument
374 if (aCodec == NULL) return EC_IllegalParameter; in deregisterCodec()
390 if ((*first)->codec == aCodec) in deregisterCodec()
403 const DcmCodec *aCodec, in updateCodecParameter() argument
406 if ((aCodec == NULL)||(aCodecParameter == NULL)) return EC_IllegalParameter; in updateCodecParameter()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/include/
H A Ddccodec.h228 const DcmCodec *aCodec,
237 static OFCondition deregisterCodec(const DcmCodec *aCodec);
248 const DcmCodec *aCodec,
342 const DcmCodec *aCodec,
/dports/www/firefox/firefox-99.0/dom/media/platforms/agnostic/
H A DVPXDecoder.cpp44 const VPXDecoder::Codec aCodec, bool aLowLatency) { in InitContext() argument
48 if (aCodec == VPXDecoder::Codec::VP8) { in InitContext()
50 } else if (aCodec == VPXDecoder::Codec::VP9) { in InitContext()
285 bool VPXDecoder::IsKeyframe(Span<const uint8_t> aBuffer, Codec aCodec) { in IsKeyframe() argument
287 return GetStreamInfo(aBuffer, info, aCodec) && info.mKeyFrame; in IsKeyframe()
292 Codec aCodec) { in GetFrameSize() argument
294 if (!GetStreamInfo(aBuffer, info, aCodec)) { in GetFrameSize()
302 Codec aCodec) { in GetDisplaySize() argument
304 if (!GetStreamInfo(aBuffer, info, aCodec)) { in GetDisplaySize()
321 VPXDecoder::VPXStreamInfo& aInfo, Codec aCodec) { in GetStreamInfo() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/
H A DPlatformEncoderModule.h93 static bool IsVideo(const CodecType aCodec) { in IsVideo() argument
94 return aCodec > CodecType::_BeginVideo_ && aCodec < CodecType::_EndVideo_; in IsVideo()
96 static bool IsAudio(const CodecType aCodec) { in IsAudio() argument
97 return aCodec > CodecType::_BeginAudio_ && aCodec < CodecType::_EndAudio_; in IsAudio()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/
H A DPlatformEncoderModule.h93 static bool IsVideo(const CodecType aCodec) { in IsVideo() argument
94 return aCodec > CodecType::_BeginVideo_ && aCodec < CodecType::_EndVideo_; in IsVideo()
96 static bool IsAudio(const CodecType aCodec) { in IsAudio() argument
97 return aCodec > CodecType::_BeginAudio_ && aCodec < CodecType::_EndAudio_; in IsAudio()

123456