HomeSort by relevance Sort by last modified time
    Searched refs:coded_buf (Results 1 - 25 of 46) sorted by null

1 2

  /hardware/intel/common/libva/va/
va_enc_jpeg.h 60 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferJPEG
va_enc_vp8.h 119 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferVP8
va_enc_mpeg2.h 200 * \ref coded_buf has type #VAEncCodedBufferType. It should be
204 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferMPEG2
va_enc_h264.h 304 * \ref coded_buf has type #VAEncCodedBufferType. It should be
308 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferH264
  /external/mesa3d/src/gallium/state_trackers/va/
picture.c 396 vlVaBuffer *coded_buf; local
410 coded_buf = handle_table_get(drv->htab, h264->coded_buf);
411 if (!coded_buf->derived_surface.resource)
412 coded_buf->derived_surface.resource = pipe_buffer_create(drv->pipe->screen, PIPE_BIND_VERTEX_BUFFER,
413 PIPE_USAGE_STREAM, coded_buf->size);
414 context->coded_buf = coded_buf;
548 vlVaBuffer *coded_buf; local
578 coded_buf = context->coded_buf
    [all...]
va_private.h 260 vlVaBuffer *coded_buf; member in struct:__anon28378
278 vlVaBuffer *coded_buf; member in struct:__anon28382
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 105 h263PictureParams.coded_buf = task->coded_buffer;
113 LOG_V( "coded_buf = 0x%08x\n", h263PictureParams.coded_buf);
VideoEncoderMP4.cpp 193 mpeg4_pic_param.coded_buf = task->coded_buffer;
202 LOG_V("coded_buf = 0x%08x\n", mpeg4_pic_param.coded_buf);
  /hardware/intel/img/psb_video/src/
pnw_jpeg.c 382 ctx->coded_buf = BUFFER(pBuffer->coded_buf);
385 if (NULL == ctx->coded_buf) {
420 JPEG_CODED_BUF_SEGMENT_SIZE(ctx->coded_buf->size,
425 ctx->coded_buf->size, jpeg_ctx->ui32SizePerCodedBuffer);
427 vaStatus = psb_buffer_map(ctx->coded_buf->psb_buffer, (unsigned char **)&jpeg_ctx->jpeg_coded_buf.pMemInfo);
429 drv_debug_msg(VIDEO_DEBUG_ERROR, "ERROR: Map coded_buf failed!");
432 jpeg_ctx->jpeg_coded_buf.ui32Size = ctx->coded_buf->size;
611 psb_buffer_unmap(ctx->coded_buf->psb_buffer);
tng_H264ES.c 813 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
820 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
824 if (NULL == ps_buf->coded_buf) {
    [all...]
tng_MPEG4ES.c 341 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
343 if (NULL == ps_buf->coded_buf) {
tng_H263ES.c 329 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
331 if (NULL == ps_buf->coded_buf) {
pnw_H264ES.c 611 ctx->coded_buf = BUFFER(pBuffer->coded_buf);
616 if (NULL == ctx->coded_buf) {
696 ctx->coded_buf->size);
699 ctx->coded_buf_per_slice = (ctx->coded_buf->size / ctx->ParallelCores) & (~0xf) ;
700 drv_debug_msg(VIDEO_DEBUG_GENERAL, "TOPAZ: the size of coded_buf per slice %d( Total %d) \n", ctx->coded_buf_per_slice,
701 ctx->coded_buf->size);
    [all...]
pnw_H263ES.c 294 ctx->coded_buf = BUFFER(pBuffer->coded_buf);
pnw_MPEG4ES.c 338 ctx->coded_buf = BUFFER(pBuffer->coded_buf);
tng_hostcode.h 162 IMG_UINT32 coded_buf; member in struct:context_ENC_mem_size_s
176 object_buffer_p coded_buf; member in struct:context_ENC_frame_buf_s
tng_jpegES.c     [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.h 38 VABufferID coded_buf; member in struct:_MixVideoFormatEnc_MPEG4
mixvideoformatenc_preview.h 37 VABufferID coded_buf; member in struct:_MixVideoFormatEnc_Preview
mixvideoformatenc_h264.h 37 VABufferID coded_buf; member in struct:_MixVideoFormatEnc_H264
mixvideoformatenc_mpeg4.c 629 &self->coded_buf);
    [all...]
mixvideoformatenc_h264.c 644 &self->coded_buf);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 269 ctx->coded_buf = BUFFER(pBuffer->coded_buf);
lnc_MPEG4ES.c 300 ctx->coded_buf = BUFFER(pBuffer->coded_buf);
  /hardware/intel/common/libva/test/encode/
h264encode.c 83 static VABufferID coded_buf[SURFACE_NUM]; variable
    [all...]

Completed in 100 milliseconds

1 2