Searched refs:keylistptr_in (Results 1 - 5 of 5) sorted by relevance

/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_node.cpp586 PVMFMetadataList* keylistptr_in = NULL; local
592 aCmd.PVMFAMRFFNodeCommand::Parse(keylistptr_in, valuelistptr, starting_index, max_entries);
594 if (keylistptr_in == NULL || valuelistptr == NULL)
599 keylistptr = keylistptr_in;
602 if (keylistptr_in->size() == 1)
838 (*keylistptr_in),
/external/opencore/nodes/pvwavffparsernode/src/
H A Dpvmf_wavffparser_node.cpp2509 PVMFMetadataList* keylistptr_in = NULL; local
2515 aCmd.PVMFWAVFFNodeCommand::Parse(keylistptr_in, valuelistptr, starting_index, max_entries);
2518 if (keylistptr_in == NULL || valuelistptr == NULL)
2523 keylistptr = keylistptr_in;
2526 if (keylistptr_in->size() == 1)
/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_node.cpp1494 PVMFMetadataList* keylistptr_in = NULL; local
1502 aCmd.PVMFMP3FFParserNodeCommand::Parse(keylistptr_in,
1507 if (iMP3File == NULL || keylistptr_in == NULL || valuelistptr == NULL)
1513 keylistptr = keylistptr_in;
1514 if (keylistptr_in->size() == 1)
1516 if (oscl_strncmp((*keylistptr_in)[0].get_cstr(),
1538 (*keylistptr_in),
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_node.cpp2546 PVMFMetadataList* keylistptr_in = NULL; local
2552 aCmd.PVMFAACFFParserNodeCommand::Parse(keylistptr_in, valuelistptr, starting_index, max_entries);
2555 if (keylistptr_in == NULL || valuelistptr == NULL)
2560 keylistptr = keylistptr_in;
2563 if (keylistptr_in->size() == 1)
2841 (*keylistptr_in),
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node_metadata.cpp1791 PVMFMetadataList* keylistptr_in = NULL; local
1799 aCmd.PVMFMP4FFParserNodeCommand::Parse(keylistptr_in,
1805 if (keylistptr_in == NULL || valuelistptr == NULL)
1810 keylistptr = keylistptr_in;
1813 if (keylistptr_in->size() == 1)
5153 (*keylistptr_in),

Completed in 105 milliseconds