Searched defs:ps_buf (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_H263ES.c296 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
320 ps_buf->ref_surface[0] = ps_buf->ref_surface[2] = SURFACE(psPicParams->reference_picture);
321 ps_buf->ref_surface[1] = ps_buf->ref_surface[3] = SURFACE(psPicParams->reconstructed_picture);
323 ps_buf->ref_surface[0]->is_ref_surface = ps_buf->ref_surface[2]->is_ref_surface = 1;
324 ps_buf->ref_surface[1]->is_ref_surface = ps_buf->ref_surface[3]->is_ref_surface = 1;
326 ps_buf
[all...]
H A Dtng_MPEG4ES.c312 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
332 ps_buf->ref_surface[0] = ps_buf->ref_surface[2] = SURFACE(psPicParams->reference_picture);
333 ps_buf->ref_surface[1] = ps_buf->ref_surface[3] = SURFACE(psPicParams->reconstructed_picture);
335 ps_buf->ref_surface[0]->is_ref_surface = ps_buf->ref_surface[2]->is_ref_surface = 1;
336 ps_buf->ref_surface[1]->is_ref_surface = ps_buf->ref_surface[3]->is_ref_surface = 1;
338 ps_buf
[all...]
H A Dtng_H264ES.c790 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf[ctx->ui32StreamID]);
812 ps_buf->ref_surface = SURFACE(psPicParams->ReferenceFrames[0].picture_id);
813 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
817 ps_buf->rec_surface = SURFACE(psPicParams->CurrPic.picture_id);
819 ps_buf->ref_surface[i] = SURFACE(psPicParams->ReferenceFrames[i].picture_id);
820 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
824 if (NULL == ps_buf->coded_buf) {
875 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
887 ps_buf->rec_surface = SURFACE(psPicParams->CurrPic.picture_id);
888 ps_buf
[all...]
H A Dtng_picmgmt.c348 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
349 object_buffer_p object_buffer = ps_buf->coded_buf;
583 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
588 object_surface_p src_surface = ps_buf->src_surface;
707 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
708 object_surface_p rec_surface = ps_buf->rec_surface;
731 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
732 object_surface_p ref_surface = ps_buf->ref_surface[ui32refindex];
737 ref_surface = ps_buf->ref_surface;
741 ref_surface = ps_buf
[all...]
H A Dtng_cmdbuf.c724 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
726 if (ctx && ps_buf->previous_src_surface) {
727 SET_SURFACE_INFO_skipped_flag(ps_buf->previous_src_surface->psb_surface, 1);
729 ps_buf->previous_src_surface->psb_surface);
H A Dtng_jpegES.c919 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
958 ps_buf->coded_buf->psb_buffer,
1147 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
1154 ps_buf->src_surface = ctx->obj_context->current_render_target;
1222 ret = SetMTXSetup(jpeg_ctx_p, ps_buf->src_surface);
1274 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
1311 ps_buf->coded_buf = BUFFER(pBuffer->coded_buf);
1317 if (NULL == ps_buf->coded_buf) {
1323 vaStatus = psb_buffer_map(ps_buf->coded_buf->psb_buffer, (unsigned char **)&jpeg_ctx->jpeg_coded_buf.pMemInfo);
1328 jpeg_ctx->jpeg_coded_buf.ui32Size = ps_buf
1417 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
[all...]
H A Dtng_hostcode.c836 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
843 ps_buf->previous_src_surface = ps_buf->src_surface;
844 ps_buf->src_surface = ctx->obj_context->current_render_target;
852 CLEAR_SURFACE_INFO_skipped_flag(ps_buf->src_surface->psb_surface);
2591 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
2620 psMtxEncContext->bOutputReconstructed = (ps_buf->rec_surface != NULL) ? IMG_TRUE : IMG_FALSE;
2656 ctx->ui16BufferStride = ps_buf->src_surface->psb_surface->stride;
3045 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
3068 &(ps_buf
3594 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
[all...]

Completed in 46 milliseconds