Lines Matching refs:OMXVideoEncoderBase
40 class OMXVideoEncoderBase : public OMXComponentCodecBase {
42 OMXVideoEncoderBase();
43 virtual ~OMXVideoEncoderBase();
65 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoPortFormat);
66 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoBitrate);
67 DECLARE_HANDLER(OMXVideoEncoderBase, IntelPrivateInfo);
68 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelBitrate);
69 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelAIR);
70 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoIntraRefresh);
71 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoFramerate);
72 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoIntraVOPRefresh);
73 DECLARE_HANDLER(OMXVideoEncoderBase, ParamIntelAdaptiveSliceControl);
75 DECLARE_HANDLER(OMXVideoEncoderBase, StoreMetaDataInBuffers);
76 DECLARE_HANDLER(OMXVideoEncoderBase, SyncEncoding);
77 DECLARE_HANDLER(OMXVideoEncoderBase, PrependSPSPPS);
78 DECLARE_HANDLER(OMXVideoEncoderBase, TemporalLayer);
79 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoBitrate);
80 DECLARE_HANDLER(OMXVideoEncoderBase, BlackFramePointer);
81 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigAndroidIntraRefresh);