Home | History | Annotate | Download | only in src

Lines Matching refs:ptr_respbuffer

5658         drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo  *)\
5661 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) {
5662 DEBUG_PRINT_ERROR("Failed to alloc drv_ctx.ptr_outputbuffer or drv_ctx.ptr_respbuffer ");
5677 && drv_ctx.ptr_respbuffer) {
5729 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
5730 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
5763 if (drv_ctx.ptr_respbuffer) {
5764 free(drv_ctx.ptr_respbuffer);
5765 drv_ctx.ptr_respbuffer = NULL;
6551 struct vdec_output_frameinfo *ptr_respbuffer = NULL;
6611 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
6612 if (ptr_respbuffer) {
6613 ptr_outputbuffer = (struct vdec_bufferpayload*)ptr_respbuffer->client_data;
6616 if (ptr_respbuffer == NULL || ptr_outputbuffer == NULL) {
7627 - omx->drv_ctx.ptr_respbuffer) < (int)omx->drv_ctx.op_buf.actualcount)) {
8570 if (drv_ctx.ptr_respbuffer) {
8571 free (drv_ctx.ptr_respbuffer);
8572 drv_ctx.ptr_respbuffer = NULL;
9002 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
9005 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) {
9006 ptr_respbuffer");
9024 && drv_ctx.ptr_respbuffer) {
9064 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
9065 drv_ctx.ptr_respbuffer[i].client_data = (void *) \
9088 if (drv_ctx.ptr_respbuffer) {
9089 free(drv_ctx.ptr_respbuffer);
9090 drv_ctx.ptr_respbuffer = NULL;