HomeSort by relevance Sort by last modified time
    Searched refs:coded_buf (Results 1 - 25 of 41) 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/chromium_org/third_party/libva/va/
va_enc_mpeg2.h 196 * \ref coded_buf has type #VAEncCodedBufferType. It should be
200 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferMPEG2
va_enc_h264.h 301 * \ref coded_buf has type #VAEncCodedBufferType. It should be
305 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferH264
va.h 1090 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferJPEG
1675 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferH263
1704 VABufferID coded_buf; member in struct:_VAEncPictureParameterBufferMPEG4
    [all...]
  /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);
VideoEncoderBase.cpp 363 VABufferID coded_buf = (VABufferID) *(mVACodedBufferList.begin()); local
367 LOG_V("CodedBuffer ID 0x%08x\n", coded_buf);
374 task->coded_buffer = coded_buf;
441 mVACodedBufferList.push_back(coded_buf); //push to CodedBuffer pool again since it is not used
    [all...]
VideoEncoderVP8.cpp 115 vp8PicParam.coded_buf = task->coded_buffer;
  /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/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);
lnc_H264ES.c 336 ctx->coded_buf = BUFFER(pBuffer->coded_buf);
399 p_aux_info->buf = ctx->coded_buf;
    [all...]
lnc_hostcode.c 305 vaStatus = psb_buffer_map(ctx->coded_buf->psb_buffer, &pBuffer);
311 psb_buffer_unmap(ctx->coded_buf->psb_buffer);
455 RELOC_PIC_PARAMS(&psPicParams->CodedBase, 0, ctx->coded_buf->psb_buffer);
653 ctx->previous_coded_buf = ctx->coded_buf;
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 83 static VABufferID coded_buf[SURFACE_NUM]; variable
    [all...]

Completed in 1618 milliseconds

1 2