Lines Matching refs:OMXVideoEncoderBase
36 class OMXVideoEncoderBase : public OMXComponentCodecBase {
38 OMXVideoEncoderBase();
39 virtual ~OMXVideoEncoderBase();
61 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoPortFormat);
62 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoBitrate);
63 DECLARE_HANDLER(OMXVideoEncoderBase, IntelPrivateInfo);
64 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelBitrate);
65 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelAIR);
66 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoIntraRefresh);
67 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoFramerate);
68 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoIntraVOPRefresh);
69 DECLARE_HANDLER(OMXVideoEncoderBase, ParamIntelAdaptiveSliceControl);
70 //DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoProfileLevelQuerySupported);
71 DECLARE_HANDLER(OMXVideoEncoderBase, StoreMetaDataInBuffers);
72 DECLARE_HANDLER(OMXVideoEncoderBase, SyncEncoding);
73 DECLARE_HANDLER(OMXVideoEncoderBase, PrependSPSPPS);
74 DECLARE_HANDLER(OMXVideoEncoderBase, TemporalLayer);
75 DECLARE_HANDLER(OMXVideoEncoderBase, BlackFramePointer);