[go: nahoru, domu]

Lines Matching defs:cap

122 MediaProfiles::logVideoEncoderCap(const MediaProfiles::VideoEncoderCap& cap UNUSED)
124 ALOGV("video encoder cap:");
125 ALOGV("codec = %d", cap.mCodec);
126 ALOGV("bit rate: min = %d and max = %d", cap.mMinBitRate, cap.mMaxBitRate);
127 ALOGV("frame width: min = %d and max = %d", cap.mMinFrameWidth, cap.mMaxFrameWidth);
128 ALOGV("frame height: min = %d and max = %d", cap.mMinFrameHeight, cap.mMaxFrameHeight);
129 ALOGV("frame rate: min = %d and max = %d", cap.mMinFrameRate, cap.mMaxFrameRate);
133 MediaProfiles::logAudioEncoderCap(const MediaProfiles::AudioEncoderCap& cap UNUSED)
135 ALOGV("audio encoder cap:");
136 ALOGV("codec = %d", cap.mCodec);
137 ALOGV("bit rate: min = %d and max = %d", cap.mMinBitRate, cap.mMaxBitRate);
138 ALOGV("sample rate: min = %d and max = %d", cap.mMinSampleRate, cap.mMaxSampleRate);
139 ALOGV("number of channels: min = %d and max = %d", cap.mMinChannels, cap.mMaxChannels);
143 MediaProfiles::logVideoDecoderCap(const MediaProfiles::VideoDecoderCap& cap UNUSED)
145 ALOGV("video decoder cap:");
146 ALOGV("codec = %d", cap.mCodec);
150 MediaProfiles::logAudioDecoderCap(const MediaProfiles::AudioDecoderCap& cap UNUSED)
152 ALOGV("audio codec cap:");
153 ALOGV("codec = %d", cap.mCodec);
225 MediaProfiles::AudioDecoderCap *cap =
227 logAudioDecoderCap(*cap);
228 return cap;
241 MediaProfiles::VideoDecoderCap *cap =
243 logVideoDecoderCap(*cap);
244 return cap;
265 MediaProfiles::VideoEncoderCap *cap =
269 logVideoEncoderCap(*cap);
270 return cap;
289 MediaProfiles::AudioEncoderCap *cap =
292 logAudioEncoderCap(*cap);
293 return cap;
787 MediaProfiles::VideoDecoderCap *cap =
790 profiles->mVideoDecoders.add(cap);
796 MediaProfiles::AudioDecoderCap *cap =
799 profiles->mAudioDecoders.add(cap);