Searched refs:mNumProfileLevels (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h109 size_t mNumProfileLevels; member in struct:android::SoftVideoDecoderOMXComponent
H A DSoftVideoEncoderOMXComponent.h98 size_t mNumProfileLevels; member in struct:android::SoftVideoEncoderOMXComponent
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp70 mNumProfileLevels(numProfileLevels) {
308 if (profileLevel->nProfileIndex >= mNumProfileLevels) {
H A DSoftVideoEncoderOMXComponent.cpp78 mNumProfileLevels(numProfileLevels) {
362 if (profileLevel->nProfileIndex >= mNumProfileLevels) {

Completed in 673 milliseconds