Searched refs:unmap_data (Results 1 – 1 of 1) sorted by relevance
459 NVDECFrame *unmap_data = (NVDECFrame*)data; in nvdec_unmap_mapped_frame() local460 NVDECDecoder *decoder = (NVDECDecoder*)unmap_data->decoder_ref->data; in nvdec_unmap_mapped_frame()475 av_buffer_unref(&unmap_data->idx_ref); in nvdec_unmap_mapped_frame()476 av_buffer_unref(&unmap_data->decoder_ref); in nvdec_unmap_mapped_frame()477 av_buffer_unref(&unmap_data->ref_idx_ref); in nvdec_unmap_mapped_frame()478 av_free(unmap_data); in nvdec_unmap_mapped_frame()490 NVDECFrame *unmap_data = NULL; in nvdec_retrieve_data() local513 unmap_data = av_mallocz(sizeof(*unmap_data)); in nvdec_retrieve_data()514 if (!unmap_data) { in nvdec_retrieve_data()519 frame->buf[1] = av_buffer_create((uint8_t *)unmap_data, sizeof(*unmap_data), in nvdec_retrieve_data()[all …]