Home | History | Annotate | Download | only in videocodec

Lines Matching refs:OMXVideoEncoderVP8

2 #define LOG_TAG "OMXVideoEncoderVP8"
3 #include "OMXVideoEncoderVP8.h"
7 OMXVideoEncoderVP8::OMXVideoEncoderVP8() {
8 LOGV("OMXVideoEncoderVP8 is constructed.");
15 OMXVideoEncoderVP8::~OMXVideoEncoderVP8() {
16 LOGV("OMXVideoEncoderVP8 is destructed.");
19 OMX_ERRORTYPE OMXVideoEncoderVP8::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionOutput) {
54 OMX_ERRORTYPE OMXVideoEncoderVP8::SetVideoEncoderParam() {
66 OMX_ERRORTYPE OMXVideoEncoderVP8::ProcessorInit(void) {
70 OMX_ERRORTYPE OMXVideoEncoderVP8::ProcessorDeinit(void) {
74 OMX_ERRORTYPE OMXVideoEncoderVP8::ProcessorProcess(OMX_BUFFERHEADERTYPE **buffers,
234 OMX_ERRORTYPE OMXVideoEncoderVP8::BuildHandlerList(void) {
243 OMX_ERRORTYPE OMXVideoEncoderVP8::GetParamVideoVp8(OMX_PTR pStructure) {
253 OMX_ERRORTYPE OMXVideoEncoderVP8::SetParamVideoVp8(OMX_PTR pStructure) {
264 OMX_ERRORTYPE OMXVideoEncoderVP8::GetConfigVideoVp8ReferenceFrame(OMX_PTR pStructure) {
275 OMX_ERRORTYPE OMXVideoEncoderVP8::SetConfigVideoVp8ReferenceFrame(OMX_PTR pStructure) {
299 OMX_ERRORTYPE OMXVideoEncoderVP8::GetConfigVp8MaxFrameSizeRatio(OMX_PTR) {
304 OMX_ERRORTYPE OMXVideoEncoderVP8::SetConfigVp8MaxFrameSizeRatio(OMX_PTR pStructure) {
324 DECLARE_OMX_COMPONENT("OMX.Intel.VideoEncoder.VP8", "video_encoder.vp8", OMXVideoEncoderVP8);