Home | History | Annotate | Download | only in src

Lines Matching refs:aFormatValType

224 PVMFStatus PVMFOMXEncPort::verifyConnectedPortParametersSync(const char* aFormatValType,
240 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
248 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
254 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
267 else if (pv_mime_strcmp(aFormatValType, PVMF_BITRATE_VALUE_KEY) == 0 ||
268 pv_mime_strcmp(aFormatValType, PVMF_FRAMERATE_VALUE_KEY) == 0)
275 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
281 oscl_strncpy(kvp.key, aFormatValType, kvp.length);