Lines Matching refs:mCodec
103 ALOGV("codec = %d", codec.mCodec); in logVideoCodec()
114 ALOGV("codec = %d", codec.mCodec); in logAudioCodec()
124 ALOGV("codec = %d", cap.mCodec); in logVideoEncoderCap()
135 ALOGV("codec = %d", cap.mCodec); in logAudioEncoderCap()
145 ALOGV("codec = %d", cap.mCodec); in logVideoDecoderCap()
152 ALOGV("codec = %d", cap.mCodec); in logAudioDecoderCap()
902 encoders.add(mVideoEncoders[i]->mCodec); in getVideoEncoders()
912 if (mVideoEncoders[i]->mCodec == codec) { in getVideoEncoderParamByName()
939 encoders.add(mAudioEncoders[i]->mCodec); in getAudioEncoders()
949 if (mAudioEncoders[i]->mCodec == codec) { in getAudioEncoderParamByName()
974 decoders.add(mVideoDecoders[i]->mCodec); in getVideoDecoders()
983 decoders.add(mAudioDecoders[i]->mCodec); in getAudioDecoders()
1017 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec; in getCamcorderProfileParamByName()
1022 if (!strcmp("aud.codec", name)) return mCamcorderProfiles[index]->mAudioCodec->mCodec; in getCamcorderProfileParamByName()