Searched refs:extmap (Results 1 – 2 of 2) sorted by relevance
880 status_t StagefrightRecorder::setRTPCVOExtMap(int32_t extmap) { in setRTPCVOExtMap() argument881 ALOGV("setRtpCvoExtMap: %d", extmap); in setRTPCVOExtMap()883 mRTPCVOExtMap = extmap; in setRTPCVOExtMap()1089 int32_t extmap; in setParameter() local1090 if (safe_strtoi32(value.c_str(), &extmap)) { in setParameter()1091 return setRTPCVOExtMap(extmap); in setParameter()
248 status_t setRTPCVOExtMap(int32_t extmap);