Lines Matching refs:cap

121 MediaProfiles::logVideoEncoderCap(const MediaProfiles::VideoEncoderCap& cap UNUSED)
123 ALOGV("video encoder cap:");
124 ALOGV("codec = %d", cap.mCodec);
125 ALOGV("bit rate: min = %d and max = %d", cap.mMinBitRate, cap.mMaxBitRate);
126 ALOGV("frame width: min = %d and max = %d", cap.mMinFrameWidth, cap.mMaxFrameWidth);
127 ALOGV("frame height: min = %d and max = %d", cap.mMinFrameHeight, cap.mMaxFrameHeight);
128 ALOGV("frame rate: min = %d and max = %d", cap.mMinFrameRate, cap.mMaxFrameRate);
132 MediaProfiles::logAudioEncoderCap(const MediaProfiles::AudioEncoderCap& cap UNUSED)
134 ALOGV("audio encoder cap:");
135 ALOGV("codec = %d", cap.mCodec);
136 ALOGV("bit rate: min = %d and max = %d", cap.mMinBitRate, cap.mMaxBitRate);
137 ALOGV("sample rate: min = %d and max = %d", cap.mMinSampleRate, cap.mMaxSampleRate);
138 ALOGV("number of channels: min = %d and max = %d", cap.mMinChannels, cap.mMaxChannels);
142 MediaProfiles::logVideoDecoderCap(const MediaProfiles::VideoDecoderCap& cap UNUSED)
144 ALOGV("video decoder cap:");
145 ALOGV("codec = %d", cap.mCodec);
149 MediaProfiles::logAudioDecoderCap(const MediaProfiles::AudioDecoderCap& cap UNUSED)
151 ALOGV("audio codec cap:");
152 ALOGV("codec = %d", cap.mCodec);
224 MediaProfiles::AudioDecoderCap *cap =
226 logAudioDecoderCap(*cap);
227 return cap;
240 MediaProfiles::VideoDecoderCap *cap =
242 logVideoDecoderCap(*cap);
243 return cap;
264 MediaProfiles::VideoEncoderCap *cap =
268 logVideoEncoderCap(*cap);
269 return cap;
288 MediaProfiles::AudioEncoderCap *cap =
291 logAudioEncoderCap(*cap);
292 return cap;
786 MediaProfiles::VideoDecoderCap *cap =
789 profiles->mVideoDecoders.add(cap);
795 MediaProfiles::AudioDecoderCap *cap =
798 profiles->mAudioDecoders.add(cap);