Home | History | Annotate | Download | only in src

Lines Matching refs:ptr_respbuffer

6499         drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo  *)\
6502 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) {
6503 DEBUG_PRINT_ERROR("Failed to alloc drv_ctx.ptr_outputbuffer or drv_ctx.ptr_respbuffer ");
6518 && drv_ctx.ptr_respbuffer) {
6570 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
6571 drv_ctx.ptr_respbuffer[i].client_data = (void *)\
6604 if (drv_ctx.ptr_respbuffer) {
6605 free(drv_ctx.ptr_respbuffer);
6606 drv_ctx.ptr_respbuffer = NULL;
7391 struct vdec_output_frameinfo *ptr_respbuffer = NULL;
7424 ptr_respbuffer = (struct vdec_output_frameinfo*)buffer->pOutputPortPrivate;
7425 if (ptr_respbuffer) {
7426 ptr_outputbuffer = (struct vdec_bufferpayload*)ptr_respbuffer->client_data;
7429 if (ptr_respbuffer == NULL || ptr_outputbuffer == NULL) {
8516 - omx->drv_ctx.ptr_respbuffer) < (int)omx->drv_ctx.op_buf.actualcount)) {
9505 if (drv_ctx.ptr_respbuffer) {
9506 free (drv_ctx.ptr_respbuffer);
9507 drv_ctx.ptr_respbuffer = NULL;
9934 drv_ctx.ptr_respbuffer = (struct vdec_output_frameinfo *)\
9937 if (!drv_ctx.ptr_outputbuffer || !drv_ctx.ptr_respbuffer) {
9938 DEBUG_PRINT_ERROR("Failed to alloc drv_ctx.ptr_outputbuffer or drv_ctx.ptr_respbuffer");
9960 && drv_ctx.ptr_respbuffer) {
10000 bufHdr->pOutputPortPrivate = &drv_ctx.ptr_respbuffer[i];
10001 drv_ctx.ptr_respbuffer[i].client_data = (void *) \
10024 if (drv_ctx.ptr_respbuffer) {
10025 free(drv_ctx.ptr_respbuffer);
10026 drv_ctx.ptr_respbuffer = NULL;