/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node_cap_config.cpp | 404 range_uint32* rui32 = (range_uint32*)aParameters[i].value.key_specific_value; in releaseParameters() local 406 oscl_free(rui32); in releaseParameters() 834 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in GetConfigParameter() local 835 if (rui32 == NULL) in GetConfigParameter() 843 rui32->min = MIN_CACHE_SIZE; in GetConfigParameter() 844 rui32->max = MAX_CACHE_SIZE; in GetConfigParameter() 845 aParameters[0].value.key_specific_value = (void*)rui32; in GetConfigParameter() 862 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in GetConfigParameter() local 863 if (rui32 == NULL) in GetConfigParameter() 871 rui32->min = MIN_ASYNC_READ_BUFFER_SIZE; in GetConfigParameter() [all …]
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 2916 range_uint32* rui32 = (range_uint32*)aParameters[i].value.key_specific_value; in DoCapConfigReleaseParameters() local 2918 oscl_free(rui32); in DoCapConfigReleaseParameters() 3453 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in DoGetH263DecoderParameter() local 3454 if (rui32 == NULL) in DoGetH263DecoderParameter() 3461 rui32->min = PVOMXVIDEODECNODE_CONFIG_H263MAXBITSTREAMFRAMESIZE_MIN; in DoGetH263DecoderParameter() 3462 rui32->max = PVOMXVIDEODECNODE_CONFIG_H263MAXBITSTREAMFRAMESIZE_MAX; in DoGetH263DecoderParameter() 3463 aParameters[0].value.key_specific_value = (void*)rui32; in DoGetH263DecoderParameter() 3469 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in DoGetH263DecoderParameter() local 3470 if (rui32 == NULL) in DoGetH263DecoderParameter() 3481 rui32->min = iH263MaxWidth; in DoGetH263DecoderParameter() [all …]
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_node_cap_config.cpp | 191 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in GetConfigParameter() local 192 if (NULL == rui32) in GetConfigParameter() 199 rui32->min = MIN_CACHE_SIZE; in GetConfigParameter() 200 rui32->max = MAX_CACHE_SIZE; in GetConfigParameter() 201 aParameters[0].value.key_specific_value = (void*)rui32; in GetConfigParameter() 584 range_uint32* rui32 = (range_uint32*)aParameters[ii].value.key_specific_value; in releaseParameters() local 586 oscl_free(rui32); in releaseParameters()
|
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/ |
D | pvmf_sm_fsp_rtsp_unicast.cpp | 2413 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in GetConfigParameter() local 2414 if (rui32 == NULL) in GetConfigParameter() 2422 rui32->min = MIN_JITTER_BUFFER_DURATION_IN_MS; in GetConfigParameter() 2423 rui32->max = MAX_JITTER_BUFFER_DURATION_IN_MS; in GetConfigParameter() 2424 aParameters[0].value.key_specific_value = (void*)rui32; in GetConfigParameter() 2452 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in GetConfigParameter() local 2453 if (rui32 == NULL) in GetConfigParameter() 2461 rui32->min = DEFAULT_JITTER_BUFFER_UNDERFLOW_THRESHOLD_IN_MS; in GetConfigParameter() 2462 rui32->max = DEFAULT_JITTER_BUFFER_UNDERFLOW_THRESHOLD_IN_MS; in GetConfigParameter() 2463 aParameters[0].value.key_specific_value = (void*)rui32; in GetConfigParameter() [all …]
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_node_cap_config.cpp | 399 range_uint32* rui32 = (range_uint32*)aParameters[ii].value.key_specific_value; in releaseParameters() local 401 oscl_free(rui32); in releaseParameters()
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_node_cap_config.cpp | 360 range_uint32* rui32 = (range_uint32*)aParameters[ii].value.key_specific_value; in releaseParameters() local 362 oscl_free(rui32); in releaseParameters()
|
/external/opencore/nodes/pvmediainputnode/src/ |
D | pvmf_media_input_node_cap_config.cpp | 246 range_uint32* rui32 = (range_uint32*)aParameters[ii].value.key_specific_value; in releaseParameters() local 248 oscl_free(rui32); in releaseParameters()
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 10123 range_uint32* rui32 = (range_uint32*)aParameters[i].value.key_specific_value; in DoCapConfigReleaseParameters() local 10125 oscl_free(rui32); in DoCapConfigReleaseParameters() 10576 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in DoGetPlayerParameter() local 10577 if (rui32 == NULL) in DoGetPlayerParameter() 10584 rui32->min = PVPLAYERENGINE_CONFIG_PBPOSSTATUSINTERVAL_MIN; in DoGetPlayerParameter() 10585 rui32->max = PVPLAYERENGINE_CONFIG_PBPOSSTATUSINTERVAL_MAX; in DoGetPlayerParameter() 10586 aParameters[0].value.key_specific_value = (void*)rui32; in DoGetPlayerParameter() 10604 range_uint32* rui32 = (range_uint32*)oscl_malloc(sizeof(range_uint32)); in DoGetPlayerParameter() local 10605 if (rui32 == NULL) in DoGetPlayerParameter() 10612 rui32->min = PVPLAYERENGINE_CONFIG_ENDTIMECHECKINTERVAL_MIN; in DoGetPlayerParameter() [all …]
|
/external/opencore/engines/author/src/ |
D | pvauthorengine.cpp | 2524 range_uint32* rui32 = (range_uint32*)aParameters[ii].value.key_specific_value; in DoCapConfigReleaseParameters() local 2526 oscl_free(rui32); in DoCapConfigReleaseParameters()
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_downloadmanager_node.cpp | 3598 range_uint32* rui32 = (range_uint32*)aParameters[i].value.key_specific_value; in releaseParameters() local 3600 oscl_free(rui32); in releaseParameters()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 9706 range_uint32* rui32 = (range_uint32*)aParameters[ii].value.key_specific_value; in DoCapConfigReleaseParameters() local 9708 oscl_free(rui32); in DoCapConfigReleaseParameters()
|