/external/opencore/fileformats/mp4/parser/include/ |
itunesilstmetadataatom.h | 56 //This function will tell the type of Genre-- TRUE- If it is Integer, FALSE- if it is String 151 // Genre 152 OSCL_wHeapString<OsclMemAllocator> _gnreString; // Customized String of Genre 153 uint16 _gnreID; // Genre ID
|
itunesilstatom.h | 174 //************************************ Genre Class Starts ********************************** 191 //This function will tell the type of Genre-- TRUE- If it is Integer, FALSE- if it is String 199 // Genre of Song 200 OSCL_wHeapString<OsclMemAllocator> _gnreString; // Customized String of Genre 201 uint16 _gnreID; // Genre ID 576 //This function will tell the type of Genre-- 814 // Genre
|
metadataatom.h | 117 //This function will tell the type of Genre--
|
userdataatom.h | 296 //This function will tell the type of Genre--
|
mpeg4file.h | 450 //Genre Retrieval Functions 969 //This function will tell the type of Genre-- [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_Genres_MembersTest.java | 87 fail("Should throw SQLException as the internal datatbase has no genre"); 102 values.put(Genres.NAME, Audio1.GENRE); 110 // insert audio as the member of the genre 198 // the members are deleted when deleting the genre which they belong to 209 values.put(Genres.NAME, Audio1.GENRE);
|
MediaStore_Audio_GenresTest.java | 60 fail("Should throw SQLException as the internal datatbase has no genre");
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerMetadataParserTest.java | 167 writeStringRecord(Metadata.GENRE, "comedy"); 172 assertTrue(mMetadata.has(Metadata.GENRE)); 197 writeStringRecord(Metadata.GENRE, "comedy"); 212 assertFalse(mMetadata.has(Metadata.GENRE)); 224 writeStringRecord(Metadata.GENRE, "comedy"); 229 assertEquals("comedy", mMetadata.getString(Metadata.GENRE));
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaMetadataTest.java | 39 DATE, GENRE, TITLE, 240 Log.v(TAG, "Genre : "+ value); 241 assertEquals(TAG, meta_data_file[fileIndex][meta.GENRE.ordinal()], value);
|
/external/webkit/WebCore/platform/graphics/gtk/ |
WebKitWebSourceGStreamer.cpp | 176 g_param_spec_string("iradio-genre", 177 "iradio-genre", 178 "Genre of the stream", 655 value = response.httpHeaderField("icy-genre"); 659 g_object_notify(G_OBJECT(m_src), "iradio-genre");
|
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 564 } else if (name.equalsIgnoreCase("genre") || name.startsWith("genre;")) { 785 String genre = mGenre; local 786 Uri uri = mGenreCache.get(genre); 790 // see if the genre already exists 794 new String[] { genre }, null); 796 // genre does not exist, so create the genre in the genre table 798 values.put(MediaStore.Audio.Genres.NAME, genre); [all...] |
/external/bluetooth/bluez/doc/ |
control-api.txt | 65 Genre string
|
/external/opencore/nodes/pvaacffparsernode/include/ |
pvmf_aacffparser_defs.h | 57 static const char PVAACMETADATA_GENRE_KEY[] = "genre";
|
/external/opencore/nodes/pvmp4ffcomposernode/include/ |
pvmp4ffcn_clipconfig.h | 299 * This method populates the genre string. Genre string contains information about 300 * the the genre of the clip. 307 * @param aGenre genre string.
|
/external/opencore/fileformats/mp4/composer/include/ |
movieatom.h | 230 bool setGenreInfo(PVA_FF_UNICODE_STRING_PARAM genre, uint16 langCode) 235 _pAssetInfoGenreAtom->setGenreNotice(genre);
|
/frameworks/base/media/libstagefright/ |
MPEG4Extractor.cpp | 1160 // uint8_t genre code, iTunes genre codes are 1169 char genre[10]; local [all...] |
StagefrightMediaScanner.cpp | 202 { "genre", METADATA_KEY_GENRE },
|
/external/opencore/protocols/sdp/parser/src/ |
sdp_parsing_utils.cpp | 564 else if (!oscl_CIstrncmp(sptr, "Genre=", oscl_strlen("Genre="))) 566 sptr = sptr + oscl_strlen("Genre="); 567 assetbox = (int) AssetInfoType::GENRE; 646 (assetbox == AssetInfoType::GENRE) ||
|
/cts/tests/src/android/provider/cts/ |
MediaStoreAudioTestHelper.java | 117 public static final String GENRE = "POP";
|
/external/opencore/android/ |
pvmediascanner.cpp | 308 // Genre 317 if (!client.addStringTag("genre", buffer)) goto failure; 322 if (!client.addStringTag("genre", buffer)) goto failure; 550 client.addStringTag("genre", value);
|
/external/opencore/protocols/sdp/common/include/ |
common_info.h | 92 GENRE = 5,
|
/external/opencore/fileformats/id3parcom/include/ |
pv_id3_parcom.h | 322 PV_ID3_FRAME_GENRE, /**< Genre of the music. For ID3v1.x, numeric string of genre type value 324 ID3v2.x should use the genre name, or refer to ID3v1.x genre type 326 string of ID3v1.x genre type value. */ [all...] |
pv_id3_parcom_constants.h | 295 #define KVP_KEY_GENRE "genre"
|
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/ |
pvmf_sm_fsp_base_metadata.h | 36 static const char PVMFSTREAMINGMGRNODE_GENRE_KEY[] = "genre";
|
/frameworks/base/core/java/android/provider/ |
MediaStore.java | [all...] |