Lines Matching refs:mCodec
104 ALOGV("codec = %d", codec.mCodec); in logVideoCodec()
115 ALOGV("codec = %d", codec.mCodec); in logAudioCodec()
125 ALOGV("codec = %d", cap.mCodec); in logVideoEncoderCap()
136 ALOGV("codec = %d", cap.mCodec); in logAudioEncoderCap()
146 ALOGV("codec = %d", cap.mCodec); in logVideoDecoderCap()
153 ALOGV("codec = %d", cap.mCodec); in logAudioDecoderCap()
903 encoders.add(mVideoEncoders[i]->mCodec); in getVideoEncoders()
913 if (mVideoEncoders[i]->mCodec == codec) { in getVideoEncoderParamByName()
940 encoders.add(mAudioEncoders[i]->mCodec); in getAudioEncoders()
950 if (mAudioEncoders[i]->mCodec == codec) { in getAudioEncoderParamByName()
975 decoders.add(mVideoDecoders[i]->mCodec); in getVideoDecoders()
984 decoders.add(mAudioDecoders[i]->mCodec); in getAudioDecoders()
1018 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec; in getCamcorderProfileParamByName()
1023 if (!strcmp("aud.codec", name)) return mCamcorderProfiles[index]->mAudioCodec->mCodec; in getCamcorderProfileParamByName()