Home
last modified time | relevance | path

Searched refs:mCodecProfile (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/include/
DC2VDAComponent.h49 media::VideoCodecProfile getCodecProfile() const { return mCodecProfile; } in getCodecProfile()
104 media::VideoCodecProfile mCodecProfile; variable
374 media::VideoCodecProfile mCodecProfile; variable
/external/v4l2_codec2/
DC2VDAComponent.cpp225 mCodecProfile = supportedProfiles[0].profile; in IntfImpl()
409 mCodecProfile(media::VIDEO_CODEC_PROFILE_UNKNOWN), in C2VDAComponent()
1453 mCodecProfile = mIntfImpl->getCodecProfile(); in start()
1454 ALOGI("get parameter: mCodecProfile = %d", static_cast<int>(mCodecProfile)); in start()
1460 mCodecProfile, &done)); in start()