Home
last modified time | relevance | path

Searched full:filetypes (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DFileTypes.java31 public final class FileTypes { class
109 private FileTypes() {} in FileTypes() method in FileTypes
112 @FileTypes.Type
125 @FileTypes.Type
128 return FileTypes.UNKNOWN; in inferFileTypeFromMimeType()
135 return FileTypes.AC3; in inferFileTypeFromMimeType()
137 return FileTypes.AC4; in inferFileTypeFromMimeType()
141 return FileTypes.AMR; in inferFileTypeFromMimeType()
143 return FileTypes.FLAC; in inferFileTypeFromMimeType()
145 return FileTypes.FLV; in inferFileTypeFromMimeType()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DFileTypes.java33 public final class FileTypes { class
112 private FileTypes() {} in FileTypes() method in FileTypes
115 public static @FileTypes.Type int inferFileTypeFromResponseHeaders( in inferFileTypeFromResponseHeaders()
128 public static @FileTypes.Type int inferFileTypeFromMimeType(@Nullable String mimeType) { in inferFileTypeFromMimeType()
130 return FileTypes.UNKNOWN; in inferFileTypeFromMimeType()
137 return FileTypes.AC3; in inferFileTypeFromMimeType()
139 return FileTypes.AC4; in inferFileTypeFromMimeType()
143 return FileTypes.AMR; in inferFileTypeFromMimeType()
145 return FileTypes.FLAC; in inferFileTypeFromMimeType()
147 return FileTypes.FLV; in inferFileTypeFromMimeType()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DDefaultExtractorsFactory.java18 import static com.google.android.exoplayer2.util.FileTypes.inferFileTypeFromResponseHeaders;
19 import static com.google.android.exoplayer2.util.FileTypes.inferFileTypeFromUri;
43 import com.google.android.exoplayer2.util.FileTypes;
88 FileTypes.FLV,
89 FileTypes.FLAC,
90 FileTypes.WAV,
91 FileTypes.MP4,
92 FileTypes.AMR,
93 FileTypes.PS,
94 FileTypes.OGG,
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DDefaultExtractorsFactory.java18 import static com.google.android.exoplayer2.util.FileTypes.inferFileTypeFromResponseHeaders;
19 import static com.google.android.exoplayer2.util.FileTypes.inferFileTypeFromUri;
43 import com.google.android.exoplayer2.util.FileTypes;
88 FileTypes.FLV,
89 FileTypes.FLAC,
90 FileTypes.WAV,
91 FileTypes.MP4,
92 FileTypes.AMR,
93 FileTypes.PS,
94 FileTypes.OGG,
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/util/
H A DFileTypes.Type.html5 <title>FileTypes.Type (ExoPlayer library)</title>
22 parent.document.title="FileTypes.Type (ExoPlayer library)";
109 <h2 title="Annotation Type FileTypes.Type" class="title">Annotation Type FileTypes.Type</h2>
118 public static @interface <span class="memberNameLabel">FileTypes.Type</span></pre>
119FileTypes.html#UNKNOWN"><code>FileTypes.UNKNOWN</code></a>, <a href="FileTypes.html#AC3"><code>Fil…
120FileTypes.html#FLAC"><code>FileTypes.FLAC</code></a>, <a href="FileTypes.html#FLV"><code>FileTypes
121FileTypes.html#PS"><code>FileTypes.PS</code></a>, <a href="FileTypes.html#TS"><code>FileTypes.TS</…
H A DFileTypes.html5 <title>FileTypes (ExoPlayer library)</title>
22 parent.document.title="FileTypes (ExoPlayer library)";
117 <h2 title="Class FileTypes" class="title">Class FileTypes</h2>
124 <li>com.google.android.exoplayer2.util.FileTypes</li>
132 <pre>public final class <span class="typeNameLabel">FileTypes</span>
157 … class="memberNameLink"><a href="FileTypes.Type.html" title="annotation in com.google.android.exop…
314 …="block">Returns the <a href="FileTypes.Type.html" title="annotation in com.google.android.exoplay…
321 …="block">Returns the <a href="FileTypes.Type.html" title="annotation in com.google.android.exoplay…
328 …="block">Returns the <a href="FileTypes.Type.html" title="annotation in com.google.android.exoplay…
365 <dd><a href="../../../../../constant-values.html#com.google.android.exoplayer2.util.FileTypes.UNKNO…
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/util/
H A DFileTypes.Type.html5 <title>FileTypes.Type (ExoPlayer library)</title>
22 parent.document.title="FileTypes.Type (ExoPlayer library)";
109 <h2 title="Annotation Type FileTypes.Type" class="title">Annotation Type FileTypes.Type</h2>
119 public static @interface <span class="memberNameLabel">FileTypes.Type</span></pre>
120FileTypes.html#UNKNOWN"><code>FileTypes.UNKNOWN</code></a>, <a href="FileTypes.html#AC3"><code>Fil…
121FileTypes.html#FLAC"><code>FileTypes.FLAC</code></a>, <a href="FileTypes.html#FLV"><code>FileTypes
122FileTypes.html#PS"><code>FileTypes.PS</code></a>, <a href="FileTypes.html#TS"><code>FileTypes.TS</…
H A DFileTypes.html5 <title>FileTypes (ExoPlayer library)</title>
22 parent.document.title="FileTypes (ExoPlayer library)";
117 <h2 title="Class FileTypes" class="title">Class FileTypes</h2>
124 <li>com.google.android.exoplayer2.util.FileTypes</li>
132 <pre>public final class <span class="typeNameLabel">FileTypes</span>
157 … class="memberNameLink"><a href="FileTypes.Type.html" title="annotation in com.google.android.exop…
311 <td class="colFirst"><code>static @com.google.android.exoplayer2.util.FileTypes.Type int</code></td>
314 …="block">Returns the <a href="FileTypes.Type.html" title="annotation in com.google.android.exoplay…
318 <td class="colFirst"><code>static @com.google.android.exoplayer2.util.FileTypes.Type int</code></td>
321 …="block">Returns the <a href="FileTypes.Type.html" title="annotation in com.google.android.exoplay…
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
H A DDefaultHlsExtractorFactory.java36 import com.google.android.exoplayer2.util.FileTypes;
54 FileTypes.MP4,
55 FileTypes.WEBVTT,
56 FileTypes.TS,
57 FileTypes.ADTS,
58 FileTypes.AC3,
59 FileTypes.AC4,
60 FileTypes.MP3,
102 @FileTypes.Type in createExtractor()
103 int formatInferredFileType = FileTypes.inferFileTypeFromMimeType(format.sampleMimeType); in createExtractor()
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
H A DDefaultHlsExtractorFactory.java36 import com.google.android.exoplayer2.util.FileTypes;
54 FileTypes.MP4,
55 FileTypes.WEBVTT,
56 FileTypes.TS,
57 FileTypes.ADTS,
58 FileTypes.AC3,
59 FileTypes.AC4,
60 FileTypes.MP3,
102 @FileTypes.Type in createExtractor()
103 int formatInferredFileType = FileTypes.inferFileTypeFromMimeType(format.sampleMimeType); in createExtractor()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/util/
H A DFileTypesTest.java18 import static com.google.android.exoplayer2.util.FileTypes.HEADER_CONTENT_TYPE;
19 import static com.google.android.exoplayer2.util.FileTypes.inferFileTypeFromMimeType;
20 import static com.google.android.exoplayer2.util.FileTypes.inferFileTypeFromUri;
41 assertThat(FileTypes.inferFileTypeFromResponseHeaders(responseHeaders)) in inferFileFormat_fromResponseHeaders_returnsExpectedFormat()
42 .isEqualTo(FileTypes.MP4); in inferFileFormat_fromResponseHeaders_returnsExpectedFormat()
50 assertThat(FileTypes.inferFileTypeFromResponseHeaders(responseHeaders)) in inferFileFormat_fromResponseHeadersWithUnknownContentType_returnsUnknownFormat()
51 .isEqualTo(FileTypes.UNKNOWN); in inferFileFormat_fromResponseHeadersWithUnknownContentType_returnsUnknownFormat()
56 assertThat(FileTypes.inferFileTypeFromResponseHeaders(new HashMap<>())) in inferFileFormat_fromResponseHeadersWithoutContentType_returnsUnknownFormat()
57 .isEqualTo(FileTypes.UNKNOWN); in inferFileFormat_fromResponseHeadersWithoutContentType_returnsUnknownFormat()
62 assertThat(FileTypes.inferFileTypeFromMimeType("audio/x-flac")).isEqualTo(FileTypes.FLAC); in inferFileFormat_fromMimeType_returnsExpectedFormat()
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/util/
H A DFileTypesTest.java18 import static com.google.android.exoplayer2.util.FileTypes.HEADER_CONTENT_TYPE;
19 import static com.google.android.exoplayer2.util.FileTypes.inferFileTypeFromMimeType;
20 import static com.google.android.exoplayer2.util.FileTypes.inferFileTypeFromUri;
41 assertThat(FileTypes.inferFileTypeFromResponseHeaders(responseHeaders)) in inferFileFormat_fromResponseHeaders_returnsExpectedFormat()
42 .isEqualTo(FileTypes.MP4); in inferFileFormat_fromResponseHeaders_returnsExpectedFormat()
50 assertThat(FileTypes.inferFileTypeFromResponseHeaders(responseHeaders)) in inferFileFormat_fromResponseHeadersWithUnknownContentType_returnsUnknownFormat()
51 .isEqualTo(FileTypes.UNKNOWN); in inferFileFormat_fromResponseHeadersWithUnknownContentType_returnsUnknownFormat()
56 assertThat(FileTypes.inferFileTypeFromResponseHeaders(new HashMap<>())) in inferFileFormat_fromResponseHeadersWithoutContentType_returnsUnknownFormat()
57 .isEqualTo(FileTypes.UNKNOWN); in inferFileFormat_fromResponseHeadersWithoutContentType_returnsUnknownFormat()
62 assertThat(FileTypes.inferFileTypeFromMimeType("audio/x-flac")).isEqualTo(FileTypes.FLAC); in inferFileFormat_fromMimeType_returnsExpectedFormat()
[all …]
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcommon.c177 for (i=0; filetypes[i].name; i++) { in print_supported_filetypes()
178 printf(" %s%c", filetypes[i].name, filetypes[i + 1].name ? ',' : '\n'); in print_supported_filetypes()
187 for (i = 0; filetypes[i].name; i++) in intfiletype()
188 if (strcmp(filetypes[i].name, name) == 0) in intfiletype()
189 return filetypes[i].type; in intfiletype()
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DtkFileDialog.py19 # - filetypes: sequence of (label, pattern) tuples. the same pattern
49 # make sure "filetypes" is a tuple
50 self.options["filetypes"] = tuple(self.options["filetypes"])
202 openfilename=askopenfilename(filetypes=[("all files", "*")])
/aosp_15_r20/external/spdx-tools/examples/sample-docs/xml/
H A DSPDXXMLExample-v2.2.spdx.xml291 <fileTypes>SOURCE</fileTypes>
305 <fileTypes>ARCHIVE</fileTypes>
328 <fileTypes>ARCHIVE</fileTypes>
356 <fileTypes>SOURCE</fileTypes>
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DCloudStorageOptionsOrBuilder.java109 * @return A list containing the fileTypes.
127 * @return The count of fileTypes.
146 * @return The fileTypes at the given index.
164 * @return A list containing the enum numeric values on the wire for fileTypes.
183 * @return The enum numeric value on the wire of fileTypes at the given index.
H A DAction.java2569 * the files with these filetypes will be transformed. If empty, all
2573 * successfully created/started. Currently the only filetypes supported are:
2587 * the files with these filetypes will be transformed. If empty, all
2591 * successfully created/started. Currently the only filetypes supported are:
2605 * the files with these filetypes will be transformed. If empty, all
2609 * successfully created/started. Currently the only filetypes supported are:
2624 * the files with these filetypes will be transformed. If empty, all
2628 * successfully created/started. Currently the only filetypes supported are:
2642 * the files with these filetypes will be transformed. If empty, all
2646 * successfully created/started. Currently the only filetypes supported are:
[all …]
H A DCloudStorageOptions.java1369 * @return A list containing the fileTypes.
1391 * @return The count of fileTypes.
1413 * @return The fileTypes at the given index.
1434 * @return A list containing the enum numeric values on the wire for fileTypes.
1456 * @return The enum numeric value on the wire of fileTypes at the given index.
2351 * @return A list containing the fileTypes.
2372 * @return The count of fileTypes.
2393 * @return The fileTypes at the given index.
2414 * @param value The fileTypes to set.
2441 * @param value The fileTypes to add.
[all …]
/aosp_15_r20/external/libcups/scheduler/
H A Djob.c610 …filters = mimeFilter2(MimeDatabase, job->filetypes[job->current_file], (size_t)fileinfo.st_size, d… in cupsdContinueJob()
978 job->filetypes[job->current_file]->super, in cupsdContinueJob()
979 job->filetypes[job->current_file]->type); in cupsdContinueJob()
1410 free(job->filetypes); in cupsdDeleteJob()
1659 mime_type_t **filetypes; /* New filetypes array */ in cupsdLoadJob() local
1934 filetypes = (mime_type_t **)calloc((size_t)fileid, sizeof(mime_type_t *)); in cupsdLoadJob()
1939 filetypes = (mime_type_t **)realloc(job->filetypes, sizeof(mime_type_t *) * (size_t)fileid); in cupsdLoadJob()
1945 if (filetypes) in cupsdLoadJob()
1946 job->filetypes = filetypes; in cupsdLoadJob()
1948 if (!compressions || !filetypes) in cupsdLoadJob()
[all …]
/aosp_15_r20/external/python/cpython2/Tools/pynche/
DColorDB.py171 FILETYPES = [ variable
188 filetypes = FILETYPES
190 filetypes = [filetype]
191 for typere, class_ in filetypes:
/aosp_15_r20/external/spdx-tools/tvloader/parser2v1/
H A Dparse_file_test.go402 fileTypes := []string{
406 for _, ty := range fileTypes {
412 for _, typeWant := range fileTypes {
414 for _, typeCheck := range parser.file.FileTypes {
420 t.Errorf("didn't find %s in FileTypes", typeWant)
423 if len(fileTypes) != len(parser.file.FileTypes) {
424 t.Errorf("expected %d types in FileTypes, got %d", len(fileTypes),
425 len(parser.file.FileTypes))
/aosp_15_r20/external/spdx-tools/tvloader/parser2v3/
H A Dparse_file_test.go403 fileTypes := []string{
407 for _, ty := range fileTypes {
413 for _, typeWant := range fileTypes {
415 for _, typeCheck := range parser.file.FileTypes {
421 t.Errorf("didn't find %s in FileTypes", typeWant)
424 if len(fileTypes) != len(parser.file.FileTypes) {
425 t.Errorf("expected %d types in FileTypes, got %d", len(fileTypes),
426 len(parser.file.FileTypes))
/aosp_15_r20/external/spdx-tools/tvloader/parser2v2/
H A Dparse_file_test.go403 fileTypes := []string{
407 for _, ty := range fileTypes {
413 for _, typeWant := range fileTypes {
415 for _, typeCheck := range parser.file.FileTypes {
421 t.Errorf("didn't find %s in FileTypes", typeWant)
424 if len(fileTypes) != len(parser.file.FileTypes) {
425 t.Errorf("expected %d types in FileTypes, got %d", len(fileTypes),
426 len(parser.file.FileTypes))
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dquery.py282 def askfilename(self, filetypes, initdir, initfile): # htest # argument
286 return filedialog.Open(parent=self, filetypes=filetypes)\
290 filetypes = [
307 file = self.askfilename(filetypes, dir, base)
Diomenu.py353 filetypes = ( variable in IOBinding
365 filetypes=self.filetypes)
386 filetypes=self.filetypes,

12345678910>>...14