Home
last modified time | relevance | path

Searched refs:kPrepareForAdaptivePlaybackIndex (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.h51 kDescribeColorAspectsIndex = kPrepareForAdaptivePlaybackIndex + 1,
52 kDescribeHdrStaticInfoIndex = kPrepareForAdaptivePlaybackIndex + 2,
53 kDescribeHdr10PlusInfoIndex = kPrepareForAdaptivePlaybackIndex + 3,
54 kEnableAndroidNativeBuffersIndex = kPrepareForAdaptivePlaybackIndex + 4,
55 kUseAndroidNativeBufferIndex = kPrepareForAdaptivePlaybackIndex + 5,
56 kGetAndroidNativeBufferUsageIndex = kPrepareForAdaptivePlaybackIndex + 6,
DSimpleGoldfishOMXComponent.h71 kPrepareForAdaptivePlaybackIndex, enumerator
DGoldfishVideoDecoderOMXComponent.cpp462 case kPrepareForAdaptivePlaybackIndex: in internalSetParameter()
741 *(int32_t*)index = kPrepareForAdaptivePlaybackIndex; in getExtensionIndex()