Lines Matching refs:mCodec
106 ALOGV("codec = %d", codec.mCodec); in logVideoCodec()
117 ALOGV("codec = %d", codec.mCodec); in logAudioCodec()
127 ALOGV("codec = %d", cap.mCodec); in logVideoEncoderCap()
138 ALOGV("codec = %d", cap.mCodec); in logAudioEncoderCap()
148 ALOGV("codec = %d", cap.mCodec); in logVideoDecoderCap()
155 ALOGV("codec = %d", cap.mCodec); in logAudioDecoderCap()
916 encoders.add(mVideoEncoders[i]->mCodec); in getVideoEncoders()
926 if (mVideoEncoders[i]->mCodec == codec) { in getVideoEncoderParamByName()
953 encoders.add(mAudioEncoders[i]->mCodec); in getAudioEncoders()
963 if (mAudioEncoders[i]->mCodec == codec) { in getAudioEncoderParamByName()
988 decoders.add(mVideoDecoders[i]->mCodec); in getVideoDecoders()
997 decoders.add(mAudioDecoders[i]->mCodec); in getAudioDecoders()
1031 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec; in getCamcorderProfileParamByName()
1036 if (!strcmp("aud.codec", name)) return mCamcorderProfiles[index]->mAudioCodec->mCodec; in getCamcorderProfileParamByName()