Home
last modified time | relevance | path

Searched refs:formatSupport (Results 1 – 25 of 101) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/trackselection/
H A DDefaultTrackSelector.java502 int[] adaptiveTracks = getAdaptiveVideoTracksForGroup(group, formatSupport[i], in selectAdaptiveVideoTrack()
584 return isSupported(formatSupport, false) && ((formatSupport & requiredAdaptiveSupport) != 0) in isSupportedAdaptiveVideoTrack()
604 int[] trackFormatSupport = formatSupport[groupIndex]; in selectFixedVideoTrack()
673 int[] trackFormatSupport = formatSupport[groupIndex];
696 formatSupport[selectedGroupIndex], allowMixedMimeAdaptiveness);
720 if (isSupported(formatSupport, false)) {
749 if (isSupportedAdaptiveAudioTrack(group.getFormat(i), formatSupport[i],
788 int[] trackFormatSupport = formatSupport[groupIndex]; in selectTextTrack()
836 int[][] formatSupport, boolean exceedRendererCapabilitiesIfNecessary) { in selectOtherTrack() argument
842 int[] trackFormatSupport = formatSupport[groupIndex]; in selectOtherTrack()
[all …]
H A DMappingTrackSelector.java410 int[] formatSupport = new int[group.length]; in getFormatSupport() local
412 formatSupport[i] = rendererCapabilities.supportsFormat(group.getFormat(i)); in getFormatSupport()
414 return formatSupport; in getFormatSupport()
507 private static boolean rendererSupportsTunneling(int[][] formatSupport, in rendererSupportsTunneling() argument
514 int trackFormatSupport = formatSupport[trackGroupIndex][selection.getIndexInTrackGroup(i)]; in rendererSupportsTunneling()
554 private final int[][][] formatSupport; field in MappingTrackSelector.MappedTrackInfo
568 int[][][] formatSupport, TrackGroupArray unassociatedTrackGroups) { in MappedTrackInfo() argument
571 this.formatSupport = formatSupport; in MappedTrackInfo()
597 int[][] rendererFormatSupport = formatSupport[rendererIndex]; in getRendererSupport()
649 return formatSupport[rendererIndex][groupIndex][trackIndex] in getTrackFormatSupport()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/trackselection/
H A DDefaultTrackSelector.java502 int[] adaptiveTracks = getAdaptiveVideoTracksForGroup(group, formatSupport[i], in selectAdaptiveVideoTrack()
584 return isSupported(formatSupport, false) && ((formatSupport & requiredAdaptiveSupport) != 0) in isSupportedAdaptiveVideoTrack()
604 int[] trackFormatSupport = formatSupport[groupIndex]; in selectFixedVideoTrack()
673 int[] trackFormatSupport = formatSupport[groupIndex];
696 formatSupport[selectedGroupIndex], allowMixedMimeAdaptiveness);
720 if (isSupported(formatSupport, false)) {
749 if (isSupportedAdaptiveAudioTrack(group.getFormat(i), formatSupport[i],
788 int[] trackFormatSupport = formatSupport[groupIndex]; in selectTextTrack()
836 int[][] formatSupport, boolean exceedRendererCapabilitiesIfNecessary) { in selectOtherTrack() argument
842 int[] trackFormatSupport = formatSupport[groupIndex]; in selectOtherTrack()
[all …]
H A DMappingTrackSelector.java410 int[] formatSupport = new int[group.length]; in getFormatSupport() local
412 formatSupport[i] = rendererCapabilities.supportsFormat(group.getFormat(i)); in getFormatSupport()
414 return formatSupport; in getFormatSupport()
507 private static boolean rendererSupportsTunneling(int[][] formatSupport, in rendererSupportsTunneling() argument
514 int trackFormatSupport = formatSupport[trackGroupIndex][selection.getIndexInTrackGroup(i)]; in rendererSupportsTunneling()
554 private final int[][][] formatSupport; field in MappingTrackSelector.MappedTrackInfo
568 int[][][] formatSupport, TrackGroupArray unassociatedTrackGroups) { in MappedTrackInfo() argument
571 this.formatSupport = formatSupport; in MappedTrackInfo()
597 int[][] rendererFormatSupport = formatSupport[rendererIndex]; in getRendererSupport()
649 return formatSupport[rendererIndex][groupIndex][trackIndex] in getTrackFormatSupport()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DRendererCapabilities.java178 static int create(@FormatSupport int formatSupport) { in create() argument
179 return create(formatSupport, ADAPTIVE_NOT_SUPPORTED, TUNNELING_NOT_SUPPORTED); in create()
195 @FormatSupport int formatSupport, in create()
198 return formatSupport | adaptiveSupport | tunnelingSupport; in create()
246 static String getFormatSupportString(@FormatSupport int formatSupport) { in getFormatSupportString() argument
247 switch (formatSupport) { in getFormatSupportString()
H A DBaseRenderer.java347 @FormatSupport int formatSupport = RendererCapabilities.FORMAT_HANDLED; in createRendererException() local
352 formatSupport = RendererCapabilities.getFormatSupport(supportsFormat(format)); in createRendererException()
359 return ExoPlaybackException.createForRenderer(cause, getIndex(), format, formatSupport); in createRendererException()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DRendererCapabilities.java178 static int create(@FormatSupport int formatSupport) { in create() argument
179 return create(formatSupport, ADAPTIVE_NOT_SUPPORTED, TUNNELING_NOT_SUPPORTED); in create()
195 @FormatSupport int formatSupport, in create()
198 return formatSupport | adaptiveSupport | tunnelingSupport; in create()
246 static String getFormatSupportString(@FormatSupport int formatSupport) { in getFormatSupportString() argument
247 switch (formatSupport) { in getFormatSupportString()
H A DBaseRenderer.java347 @FormatSupport int formatSupport = RendererCapabilities.FORMAT_HANDLED; in createRendererException() local
352 formatSupport = RendererCapabilities.getFormatSupport(supportsFormat(format)); in createRendererException()
359 return ExoPlaybackException.createForRenderer(cause, getIndex(), format, formatSupport); in createRendererException()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DRendererCapabilities.java178 static int create(@FormatSupport int formatSupport) { in create() argument
179 return create(formatSupport, ADAPTIVE_NOT_SUPPORTED, TUNNELING_NOT_SUPPORTED); in create()
195 @FormatSupport int formatSupport, in create()
198 return formatSupport | adaptiveSupport | tunnelingSupport; in create()
246 static String getFormatSupportString(@FormatSupport int formatSupport) { in getFormatSupportString() argument
247 switch (formatSupport) { in getFormatSupportString()
H A DBaseRenderer.java347 @FormatSupport int formatSupport = RendererCapabilities.FORMAT_HANDLED; in createRendererException() local
352 formatSupport = RendererCapabilities.getFormatSupport(supportsFormat(format)); in createRendererException()
359 return ExoPlaybackException.createForRenderer(cause, getIndex(), format, formatSupport); in createRendererException()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DD3D11Checks.cpp439 UINT formatSupport; in FormatOptions() local
440 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_NV12, &formatSupport); in FormatOptions()
441 if (FAILED(hr) || !(formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)) { in FormatOptions()
458 UINT formatSupport; in FormatOptions() local
459 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_P010, &formatSupport); in FormatOptions()
460 return (SUCCEEDED(hr) && (formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)); in FormatOptions()
468 UINT formatSupport; in FormatOptions() local
469 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_P016, &formatSupport); in FormatOptions()
470 return (SUCCEEDED(hr) && (formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)); in FormatOptions()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DD3D11Checks.cpp438 UINT formatSupport; in FormatOptions() local
439 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_NV12, &formatSupport); in FormatOptions()
440 if (FAILED(hr) || !(formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)) { in FormatOptions()
457 UINT formatSupport; in FormatOptions() local
458 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_P010, &formatSupport); in FormatOptions()
459 return (SUCCEEDED(hr) && (formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)); in FormatOptions()
467 UINT formatSupport; in FormatOptions() local
468 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_P016, &formatSupport); in FormatOptions()
469 return (SUCCEEDED(hr) && (formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)); in FormatOptions()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DD3D11Checks.cpp439 UINT formatSupport; in FormatOptions() local
440 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_NV12, &formatSupport); in FormatOptions()
441 if (FAILED(hr) || !(formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)) { in FormatOptions()
458 UINT formatSupport; in FormatOptions() local
459 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_P010, &formatSupport); in FormatOptions()
460 return (SUCCEEDED(hr) && (formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)); in FormatOptions()
468 UINT formatSupport; in FormatOptions() local
469 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_P016, &formatSupport); in FormatOptions()
470 return (SUCCEEDED(hr) && (formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)); in FormatOptions()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DD3D11Checks.cpp439 UINT formatSupport; in FormatOptions() local
440 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_NV12, &formatSupport); in FormatOptions()
441 if (FAILED(hr) || !(formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)) { in FormatOptions()
458 UINT formatSupport; in FormatOptions() local
459 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_P010, &formatSupport); in FormatOptions()
460 return (SUCCEEDED(hr) && (formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)); in FormatOptions()
468 UINT formatSupport; in FormatOptions() local
469 HRESULT hr = device->CheckFormatSupport(DXGI_FORMAT_P016, &formatSupport); in FormatOptions()
470 return (SUCCEEDED(hr) && (formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D)); in FormatOptions()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/trackselection/
H A DDefaultTrackSelector.java1848 formatSupport[i], in selectAdaptiveVideoTrack()
1867 @Capabilities int[] formatSupport, in getAdaptiveVideoTracksForGroup() argument
1899 formatSupport, in getAdaptiveVideoTracksForGroup()
1918 formatSupport, in getAdaptiveVideoTracksForGroup()
1946 formatSupport[trackIndex], in getAdaptiveVideoTrackCountForMimeType()
1973 formatSupport[trackIndex], in filterAdaptiveVideoTrackCountForMimeType()
1987 @Capabilities int formatSupport, in isSupportedAdaptiveVideoTrack() argument
2171 formatSupport,
2192 formatSupport[i],
2218 formatSupport[i], in getAdaptiveAudioTrackCount()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/trackselection/
H A DDefaultTrackSelector.java1848 formatSupport[i], in selectAdaptiveVideoTrack()
1867 @Capabilities int[] formatSupport, in getAdaptiveVideoTracksForGroup() argument
1899 formatSupport, in getAdaptiveVideoTracksForGroup()
1918 formatSupport, in getAdaptiveVideoTracksForGroup()
1946 formatSupport[trackIndex], in getAdaptiveVideoTrackCountForMimeType()
1973 formatSupport[trackIndex], in filterAdaptiveVideoTrackCountForMimeType()
1987 @Capabilities int formatSupport, in isSupportedAdaptiveVideoTrack() argument
2171 formatSupport,
2192 formatSupport[i],
2218 formatSupport[i], in getAdaptiveAudioTrackCount()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/trackselection/
H A DDefaultTrackSelector.java1848 formatSupport[i], in selectAdaptiveVideoTrack()
1867 @Capabilities int[] formatSupport, in getAdaptiveVideoTracksForGroup() argument
1899 formatSupport, in getAdaptiveVideoTracksForGroup()
1918 formatSupport, in getAdaptiveVideoTracksForGroup()
1946 formatSupport[trackIndex], in getAdaptiveVideoTrackCountForMimeType()
1973 formatSupport[trackIndex], in filterAdaptiveVideoTrackCountForMimeType()
1987 @Capabilities int formatSupport, in isSupportedAdaptiveVideoTrack() argument
2171 formatSupport,
2192 formatSupport[i],
2218 formatSupport[i], in getAdaptiveAudioTrackCount()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/audio/
H A DSimpleDecoderAudioRenderer.java161 int formatSupport = supportsFormatInternal(format); in supportsFormat() local
162 if (formatSupport == FORMAT_UNSUPPORTED_TYPE || formatSupport == FORMAT_UNSUPPORTED_SUBTYPE) { in supportsFormat()
163 return formatSupport; in supportsFormat()
166 return ADAPTIVE_NOT_SEAMLESS | tunnelingSupport | formatSupport; in supportsFormat()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DSimpleDecoderAudioRenderer.java161 int formatSupport = supportsFormatInternal(format); in supportsFormat() local
162 if (formatSupport == FORMAT_UNSUPPORTED_TYPE || formatSupport == FORMAT_UNSUPPORTED_SUBTYPE) { in supportsFormat()
163 return formatSupport; in supportsFormat()
166 return ADAPTIVE_NOT_SEAMLESS | tunnelingSupport | formatSupport; in supportsFormat()
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A DDirectXTexD3D11.cpp242 UINT formatSupport = 0; in IsSupportedTexture() local
243 HRESULT hr = pDevice->CheckFormatSupport( fmt, &formatSupport ); in IsSupportedTexture()
246 formatSupport = 0; in IsSupportedTexture()
252 if ( !(formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE1D) ) in IsSupportedTexture()
279 if ( !(formatSupport & D3D11_FORMAT_SUPPORT_TEXTURECUBE) ) in IsSupportedTexture()
312 if ( !(formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D) ) in IsSupportedTexture()
344 if ( !(formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE3D) ) in IsSupportedTexture()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DGeckoHlsPlayer.java399 String formatSupport = getFormatSupportString( in onTracksChanged() local
403 ", supported=" + formatSupport); in onTracksChanged()
419 String formatSupport = getFormatSupportString( in onTracksChanged() local
423 ", supported=" + formatSupport); in onTracksChanged()
505 private static String getFormatSupportString(int formatSupport) { in getFormatSupportString() argument
506 switch (formatSupport) { in getFormatSupportString()
H A DGeckoHlsAudioRenderer.java80 int formatSupport = decoderCapable ? in supportsFormat() local
83 return RendererCapabilities.ADAPTIVE_NOT_SEAMLESS | formatSupport; in supportsFormat()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DGeckoHlsAudioRenderer.java81 int formatSupport = decoderCapable ? in supportsFormat() local
84 return RendererCapabilities.ADAPTIVE_NOT_SEAMLESS | formatSupport; in supportsFormat()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DGeckoHlsPlayer.java481 final String formatSupport = getFormatSupportString( in onTracksChanged() local
485 ", supported=" + formatSupport); in onTracksChanged()
501 final String formatSupport = getFormatSupportString( in onTracksChanged() local
505 ", supported=" + formatSupport); in onTracksChanged()
591 private static String getFormatSupportString(final int formatSupport) { in getFormatSupportString() argument
592 switch (formatSupport) { in getFormatSupportString()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DGeckoHlsPlayer.java515 final String formatSupport = in onTracksChanged() local
527 + formatSupport); in onTracksChanged()
543 final String formatSupport = in onTracksChanged() local
554 + formatSupport); in onTracksChanged()
646 private static String getFormatSupportString(final int formatSupport) { in getFormatSupportString() argument
647 switch (formatSupport) { in getFormatSupportString()

12345