/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node_cap_config.cpp | 105 char* compstr = NULL; in getParametersSync() local 106 pv_mime_string_extract_type(0, aIdentifier, compstr); in getParametersSync() 110 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("fileio")) < 0) || compcount < 2) in getParametersSync() 112 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf")) < 0) || compcount < 2) in getParametersSync() 124 pv_mime_string_extract_type(1, aIdentifier, compstr); in getParametersSync() 127 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("net")) < 0) in getParametersSync() 145 pv_mime_string_extract_type(1, aIdentifier, compstr); in getParametersSync() 156 if (pv_mime_strcmp(compstr, (char*)(MP4ParserNodeConfig_FileIO_Keys[i].iString)) >= 0) in getParametersSync() 262 pv_mime_string_extract_type(2, aIdentifier, compstr); in getParametersSync() 273 if (pv_mime_strcmp(compstr, (char*)(MP4ParserNodeConfig_Net_Keys[i].iString)) >= 0) in getParametersSync() [all …]
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_node_cap_config.cpp | 185 char* compstr = NULL; in VerifyAndSetConfigParameter() local 186 pv_mime_string_extract_type(3, aParameter.key, compstr); in VerifyAndSetConfigParameter() 192 … if (pv_mime_strcmp(compstr, (char*)(FileOutputNodeConfig_BaseKeys[fileoutput4ind].iString)) >= 0) in VerifyAndSetConfigParameter() 312 char* compstr = NULL; in verifyParametersSync() local 313 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in verifyParametersSync() 315 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/file/output")) < 0) || compcount < 4) in verifyParametersSync() 359 char* compstr = NULL; in releaseParameters() local 360 pv_mime_string_extract_type(0, aParameters[0].key, compstr); in releaseParameters() 362 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/file/output")) < 0) || compcount < 3) in releaseParameters() 371 pv_mime_string_extract_type(3, aParameters[0].key, compstr); in releaseParameters() [all …]
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_node_cap_config.cpp | 159 char* compstr = NULL; in VerifyAndSetConfigParameter() local 160 pv_mime_string_extract_type(PVMF_MIME_MIN_COMP_IDX, aParameter.key, compstr); in VerifyAndSetConfigParameter() 166 … if (pv_mime_strcmp(compstr, (char*)(FileOutputNodeConfig_BaseKeys[fileoutput4ind].iString)) >= 0) in VerifyAndSetConfigParameter() 273 char* compstr = NULL; in verifyParametersSync() local 274 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in verifyParametersSync() 276 … if ((pv_mime_strcmp(compstr, PVMF_MIME_FILE_OUTPUT) < 0) || compcount < PVMF_MIME_MIN_COMP_CNT) in verifyParametersSync() 320 char* compstr = NULL; in releaseParameters() local 321 pv_mime_string_extract_type(0, aParameters[0].key, compstr); in releaseParameters() 323 if ((pv_mime_strcmp(compstr, PVMF_MIME_FILE_OUTPUT) < 0) || compcount < PVMF_MIME_MIN_COMP_IDX) in releaseParameters() 332 pv_mime_string_extract_type(PVMF_MIME_MIN_COMP_IDX, aParameters[0].key, compstr); in releaseParameters() [all …]
|
/external/opencore/nodes/pvmediainputnode/src/ |
D | pvmf_media_input_node_cap_config.cpp | 159 char* compstr = NULL; in verifyParametersSync() local 160 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in verifyParametersSync() 162 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/datasource")) < 0) || compcount < 3) in verifyParametersSync() 206 char* compstr = NULL; in releaseParameters() local 207 pv_mime_string_extract_type(0, aParameters[0].key, compstr); in releaseParameters() 209 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/datasource")) < 0) || compcount < 2) in releaseParameters() 218 pv_mime_string_extract_type(2, aParameters[0].key, compstr); in releaseParameters() 279 char* compstr = NULL; in getParametersSync() local 280 pv_mime_string_extract_type(0, aIdentifier, compstr); in getParametersSync() 282 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/datasource")) < 0) || compcount < 2) in getParametersSync() [all …]
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_node_cap_config.cpp | 266 char* compstr = NULL; in VerifyAndSetConfigParameter() local 267 pv_mime_string_extract_type(3, aParameter.key, compstr); in VerifyAndSetConfigParameter() 273 … if (pv_mime_strcmp(compstr, (char*)(MP4ComposerNodeConfig_BaseKeys[mp4comp4ind].iString)) >= 0) in VerifyAndSetConfigParameter() 490 char* compstr = NULL; in verifyParametersSync() local 491 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in verifyParametersSync() 493 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/composer/mp4")) < 0) || compcount < 2) in verifyParametersSync() 538 char* compstr = NULL; in releaseParameters() local 539 pv_mime_string_extract_type(0, aParameters[0].key, compstr); in releaseParameters() 541 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/composer/mp4")) < 0) || compcount < 2) in releaseParameters() 550 pv_mime_string_extract_type(1, aParameters[0].key, compstr); in releaseParameters() [all …]
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 2476 char* compstr = NULL; in DoCapConfigGetParametersSync() local 2477 pv_mime_string_extract_type(0, aIdentifier, compstr); in DoCapConfigGetParametersSync() 2479 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/video/decoder")) < 0) || compcount < 3) in DoCapConfigGetParametersSync() 2481 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/video/render")) < 0) || compcount != 3) in DoCapConfigGetParametersSync() 2490 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/video/render")) >= 0) in DoCapConfigGetParametersSync() 2615 pv_mime_string_extract_type(3, aIdentifier, compstr); in DoCapConfigGetParametersSync() 2620 … if (pv_mime_strcmp(compstr, (char*)(PVOMXVideoDecNodeConfigBaseKeys[vdeccomp4ind].iString)) >= 0) in DoCapConfigGetParametersSync() 2679 pv_mime_string_extract_type(4, aIdentifier, compstr); in DoCapConfigGetParametersSync() 2683 … if (pv_mime_strcmp(compstr, (char*)(PVOMXVideoDecNodeConfigH263Keys[vdeccomp5ind].iString)) >= 0) in DoCapConfigGetParametersSync() 2771 pv_mime_string_extract_type(4, aIdentifier, compstr); in DoCapConfigGetParametersSync() [all …]
|
/external/opencore/engines/author/src/ |
D | pvauthorengine.cpp | 2046 char* compstr = NULL; in DoCapConfigVerifyParameters() local 2047 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in DoCapConfigVerifyParameters() 2056 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in DoCapConfigVerifyParameters() 2059 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/author")) >= 0) in DoCapConfigVerifyParameters() 2094 PVMFStatus retval = DoQueryNodeCapConfig(compstr, nodecapconfigif); in DoCapConfigVerifyParameters() 2190 char* compstr = NULL; in DoCapConfigGetParametersSync() local 2191 pv_mime_string_extract_type(0, aIdentifier, compstr); in DoCapConfigGetParametersSync() 2200 pv_mime_string_extract_type(0, aIdentifier, compstr); in DoCapConfigGetParametersSync() 2203 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/author")) >= 0) in DoCapConfigGetParametersSync() 2289 pv_mime_string_extract_type(2, aIdentifier, compstr); in DoCapConfigGetParametersSync() [all …]
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_downloadmanager_node.cpp | 3375 char* compstr = NULL; in getParametersSync() local 3376 pv_mime_string_extract_type(0, aIdentifier, compstr); in getParametersSync() 3378 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf")) < 0) || compcount < 2) in getParametersSync() 3387 pv_mime_string_extract_type(1, aIdentifier, compstr); in getParametersSync() 3390 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("net")) < 0) in getParametersSync() 3482 pv_mime_string_extract_type(2, aIdentifier, compstr); in getParametersSync() 3493 if (pv_mime_strcmp(compstr, (char*)(DownloadManagerConfig_BaseKeys[i].iString)) >= 0) in getParametersSync() 3537 char* compstr = NULL; in releaseParameters() local 3538 pv_mime_string_extract_type(0, aParameters[0].key, compstr); in releaseParameters() 3540 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf")) < 0) || compcount < 2) in releaseParameters() [all …]
|
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/ |
D | pvmf_sm_fsp_rtsp_unicast.cpp | 2156 char* compstr = NULL; in getParametersSync() local 2157 pv_mime_string_extract_type(0, aIdentifier, compstr); in getParametersSync() 2159 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf")) < 0) || compcount < 2) in getParametersSync() 2168 pv_mime_string_extract_type(1, aIdentifier, compstr); in getParametersSync() 2171 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("net")) < 0) in getParametersSync() 2259 pv_mime_string_extract_type(2, aIdentifier, compstr); in getParametersSync() 2270 if (pv_mime_strcmp(compstr, (char*)(StreamingManagerConfig_BaseKeys[i].iString)) >= 0) in getParametersSync() 2741 char* compstr = NULL; in releaseParameters() local 2742 pv_mime_string_extract_type(0, aParameters[0].key, compstr); in releaseParameters() 2744 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf")) < 0) || compcount < 2) in releaseParameters() [all …]
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 9203 char* compstr = NULL; in VerifyAndSetConfigParameter() local 9204 pv_mime_string_extract_type(3, aParameter.key, compstr); in VerifyAndSetConfigParameter() 9210 if (pv_mime_strcmp(compstr, (char*)(PVOMXEncNodeConfigBaseKeys[enccomp4ind].iString)) >= 0) in VerifyAndSetConfigParameter() 9347 char* compstr = NULL; in DoCapConfigSetParameters() local 9348 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in DoCapConfigSetParameters() 9352 (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/encoder/video")) < 0) && in DoCapConfigSetParameters() 9353 (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/encoder/audio")) < 0) in DoCapConfigSetParameters() 9364 …if (((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/encoder/video")) > 0) && (iInFormat == PVMF_MIM… in DoCapConfigSetParameters() 9365 …((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/encoder/audio")) > 0) && (iInFormat != PVMF_MIME_PC… in DoCapConfigSetParameters() 9412 char* compstr = NULL; in DoCapConfigGetParametersSync() local [all …]
|
/external/opencore/android/ |
D | android_audio_mio.cpp | 515 char* compstr = NULL; in verifyParametersSync() local 516 pv_mime_string_extract_type(0, aParameters[i].key, compstr); in verifyParametersSync() 517 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/media/format-type")) == 0) { in verifyParametersSync()
|
D | android_surface_output.cpp | 907 char* compstr = NULL; in verifyParametersSync() local 908 pv_mime_string_extract_type(0, aParameters[i].key, compstr); in verifyParametersSync() 909 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/media/format-type")) == 0) { in verifyParametersSync()
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
D | pv_frame_metadata_mio_audio.cpp | 910 char* compstr = NULL; in verifyParametersSync() local 911 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in verifyParametersSync() 913 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/media/format-type")) == 0) in verifyParametersSync()
|
D | pv_frame_metadata_mio_video.cpp | 1258 char* compstr = NULL; in verifyParametersSync() local 1259 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in verifyParametersSync() 1261 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/media/format-type")) == 0) in verifyParametersSync()
|
D | pv_frame_metadata_utility.cpp | 2020 char* compstr = NULL; in DoCapConfigSetParameters() local 2021 pv_mime_string_extract_type(0, paramkvp[paramind].key, compstr); in DoCapConfigSetParameters() 2023 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf")) < 0) || compcount < 2) in DoCapConfigSetParameters() 2033 pv_mime_string_extract_type(1, paramkvp[paramind].key, compstr); in DoCapConfigSetParameters() 2036 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("fmu")) >= 0) in DoCapConfigSetParameters() 2105 char* compstr = NULL; in DoVerifyAndSetFMUParameter() local 2106 pv_mime_string_extract_type(2, aParameter.key, compstr); in DoVerifyAndSetFMUParameter() 2109 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("timeout")) >= 0) in DoVerifyAndSetFMUParameter()
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 9791 char* compstr = NULL; in DoCapConfigGetParametersSync() local 9792 pv_mime_string_extract_type(0, aIdentifier, compstr); in DoCapConfigGetParametersSync() 9794 if ((pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf")) < 0) || compcount < 2) in DoCapConfigGetParametersSync() 9803 pv_mime_string_extract_type(1, aIdentifier, compstr); in DoCapConfigGetParametersSync() 9806 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("player")) >= 0) in DoCapConfigGetParametersSync() 9891 pv_mime_string_extract_type(2, aIdentifier, compstr); in DoCapConfigGetParametersSync() 9896 … if (pv_mime_strcmp(compstr, (char*)(PVPlayerConfigBaseKeys[engcomp3ind].iString)) >= 0) in DoCapConfigGetParametersSync() 9943 pv_mime_string_extract_type(3, aIdentifier, compstr); in DoCapConfigGetParametersSync() 9947 … if (pv_mime_strcmp(compstr, (char*)(PVPlayerConfigProdInfoKeys[engcomp4ind].iString)) >= 0) in DoCapConfigGetParametersSync() 10073 char* compstr = NULL; in DoCapConfigReleaseParameters() local [all …]
|
/external/e2fsprogs/e2fsck/ |
D | profile.c | 221 static int compstr(const void *m1, const void *m2) in compstr() function 286 qsort(array, num, sizeof(char *), compstr); in get_dirlist()
|
/external/opencore/pvmi/media_io/pvmiofileoutput/src/ |
D | pvmi_media_io_fileoutput.cpp | 1884 char* compstr = NULL; in verifyParametersSync() local 1885 pv_mime_string_extract_type(0, aParameters[paramind].key, compstr); in verifyParametersSync() 1887 if (pv_mime_strcmp(compstr, _STRLIT_CHAR("x-pvmf/media/format-type")) == 0) in verifyParametersSync()
|