Home
last modified time | relevance | path

Searched refs:VAEncCodedBufferType (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/libva/va/
Dva_fool.c296 codedbuf = (VACodedBufferSegment *)fool_ctx->fool_buf[VAEncCodedBufferType]; in va_FoolFillCodedBufEnc()
321 codedbuf = (VACodedBufferSegment *)fool_ctx->fool_buf[VAEncCodedBufferType]; in va_FoolFillCodedBufJPG()
361 if (*pbuf && (buftype == VAEncCodedBufferType)) in va_FoolMapBuffer()
Dva_trace.c637 case VAEncCodedBufferType: return "VAEncCodedBufferType"; in buffer_type_to_string()
664 if (type != VAEncCodedBufferType) in va_TraceCreateBuffer()
691 if (type != VAEncCodedBufferType) in va_TraceDestroyBuffer()
722 if (type != VAEncCodedBufferType) in va_TraceMapBuffer()
2269 case VAEncCodedBufferType: in va_TraceMPEG2Buf()
2472 case VAEncCodedBufferType: in va_TraceH263Buf()
2512 case VAEncCodedBufferType: in va_TraceJPEGBuf()
2585 case VAEncCodedBufferType: in va_TraceMPEG4Buf()
2648 case VAEncCodedBufferType: in va_TraceH264Buf()
2717 case VAEncCodedBufferType: in va_TraceVP8Buf()
[all …]
Dva.h1271 VAEncCodedBufferType = 21, enumerator
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h726 case VAEncCodedBufferType: in buffer_type_to_string()
Dpsb_drv_video.c1585 else if (obj_buffer->type == VAEncCodedBufferType) in psb__allocate_BO_buffer()
1903 case VAEncCodedBufferType: in psb__CreateBuffer()
1992 case VAEncCodedBufferType: in psb_CreateBuffer()
2096 if (obj_buffer->type == VAEncCodedBufferType) in psb_MapBuffer()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_preview.c569 VAEncCodedBufferType, in mix_videofmtenc_preview_initialize()
Dmixvideoformatenc_mpeg4.c626 VAEncCodedBufferType, in mix_videofmtenc_mpeg4_initialize()
Dmixvideoformatenc_h264.c641 VAEncCodedBufferType, in mix_videofmtenc_h264_initialize()
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c1386 VAEncCodedBufferType, in encode_picture()
Dmpeg2vaenc.c1402 VAEncCodedBufferType, in encode_picture()
Davcenc.c1356 VAEncCodedBufferType, in encode_picture()
Dh264encode.c1163 va_status = vaCreateBuffer(va_dpy,context_id,VAEncCodedBufferType, in setup_encode()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2950 VAEncCodedBufferType, in encode_picture()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.cpp308 VAEncCodedBufferType, in start()