Home | History | Annotate | Download | only in src

Lines Matching refs:aFormatValType

301         const char* aFormatValType)
313 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
318 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
324 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
343 else if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_PLUS_FIRST_SAMPLE_KEY) == 0)
350 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
356 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
368 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_WIDTH_KEY) == 0))
376 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
382 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
393 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_HEIGHT_KEY) == 0))
401 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
407 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
418 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_DISPLAY_WIDTH_KEY) == 0))
426 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
432 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
443 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_DISPLAY_HEIGHT_KEY) == 0))
451 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
457 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
473 aFormatValType,
484 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
488 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \0
494 oscl_strncpy(aKvp->key, aFormatValType, aKvp->length);
507 else if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_PLUS_FIRST_SAMPLE_KEY) == 0)
513 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \0
519 oscl_strncpy(aKvp->key, aFormatValType, aKvp->length);
526 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_WIDTH_KEY) == 0))
533 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \0
539 oscl_strncpy(aKvp->key, aFormatValType, aKvp->length);
545 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_HEIGHT_KEY) == 0))
552 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \0
558 oscl_strncpy(aKvp->key, aFormatValType, aKvp->length);
564 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_DISPLAY_WIDTH_KEY) == 0))
571 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \0
577 oscl_strncpy(aKvp->key, aFormatValType, aKvp->length);
583 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_DISPLAY_HEIGHT_KEY) == 0))
590 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \0
596 oscl_strncpy(aKvp->key, aFormatValType, aKvp->length);