Home | History | Annotate | Download | only in src

Lines Matching refs:ptr_respbuffer

7080         drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo  *)\
7083 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) {
7084 DEBUG_PRINT_ERROR("Failed to alloc drv_ctx.ptr_outputbuffer or drv_ctx.ptr_respbuffer ");
7106 && drv_ctx.ptr_respbuffer) {
7163 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
7164 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
7197 if (drv_ctx.ptr_respbuffer) {
7198 free(drv_ctx.ptr_respbuffer);
7199 drv_ctx.ptr_respbuffer = NULL;
8016 struct vdec_output_frameinfo *ptr_respbuffer = NULL;
8050 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
8051 if (ptr_respbuffer) {
8052 ptr_outputbuffer = (struct vdec_bufferpayload*)ptr_respbuffer->client_data;
8055 if (ptr_respbuffer == NULL || ptr_outputbuffer == NULL) {
9195 - omx->drv_ctx.ptr_respbuffer) < (int)omx->drv_ctx.op_buf.actualcount)) {
10249 if (drv_ctx.ptr_respbuffer) {
10250 free (drv_ctx.ptr_respbuffer);
10251 drv_ctx.ptr_respbuffer = NULL;
10727 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
10730 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) {
10731 DEBUG_PRINT_ERROR("Failed to alloc drv_ctx.ptr_outputbuffer or drv_ctx.ptr_respbuffer");
10753 && drv_ctx.ptr_respbuffer) {
10793 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
10794 drv_ctx.ptr_respbuffer[i].client_data = (void *) \
10817 if (drv_ctx.ptr_respbuffer) {
10818 free(drv_ctx.ptr_respbuffer);
10819 drv_ctx.ptr_respbuffer = NULL;