Searched refs:maxSize (Results 1 - 20 of 20) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.h38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
H A Dloc_eng_nmea.cpp84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) argument
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.h38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
H A Dloc_eng_nmea.cpp84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) argument
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.h39 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
H A Dloc_eng_nmea.cpp84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) argument
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.h38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
H A Dloc_eng_nmea.cpp80 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) argument
92 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.h38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
H A Dloc_eng_nmea.cpp84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) argument
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.h39 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
H A Dloc_eng_nmea.cpp84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) argument
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio_alac.h35 uint32_t maxSize; member in struct:msm_audio_alac_config
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio_alac.h18 uint32_t maxSize; member in struct:msm_audio_alac_config
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderInterface.h34 virtual Encode_Status getMaxOutSize(uint32_t *maxSize) = 0;
H A DPVSoftMPEG4Encoder.h48 virtual Encode_Status getMaxOutSize(uint32_t *maxSize) {return ENCODE_SUCCESS;} argument
H A DVideoEncoderBase.h75 virtual Encode_Status getMaxOutSize(uint32_t *maxSize);
H A DVideoEncoderBase.cpp299 uint32_t maxSize = 0; local
300 ret = getMaxOutSize(&maxSize);
1440 Encode_Status VideoEncoderBase::getMaxOutSize (uint32_t *maxSize) { argument
1444 if (maxSize == NULL) {
1445 LOG_E("maxSize == NULL\n");
1452 *maxSize = mCodedBufSize;
1488 *maxSize = mCodedBufSize;
/hardware/libhardware/tests/camera2/
H A DCameraMultiStreamTests.cpp145 int32_t maxSize = INT_MIN, tempSize; local
148 if (maxSize < tempSize) {
149 maxSize = tempSize;
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapabilities.cpp2164 const int maxSize = CAMHAL_SIZE_OF_ARRAY(caps.arrayVar); \
2165 if ( count < 0 || count > maxSize ) \
2170 count, maxSize); \

Completed in 1896 milliseconds