Home
last modified time | relevance | path

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

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