Lines Matching refs:data
245 AVHWFramesContext *frames_ctx = (AVHWFramesContext*)avctx->hw_frames_ctx->data;
282 AVHWDeviceContext *device_ctx = (AVHWDeviceContext*)avctx->hw_device_ctx->data;
358 pix_fmt = ((AVHWFramesContext*)ctx->hw_frames_ctx->data)->sw_format;
431 (const uint8_t**)frame->data, frame->linesize, frame->format,
448 memcpy(pkt->data, buffer->pVtbl->GetNative(buffer), size);
585 AMFData *data = NULL;
623 ID3D11Texture2D *texture = (ID3D11Texture2D*)frame->data[0]; // actual texture
624 int index = (intptr_t)frame->data[1]; // index is a slice in texture array is - set to tell AMF which slice to use
627 frame->hw_frames_ctx->data == ctx->hw_frames_ctx->data);
641 IDirect3DSurface9 *texture = (IDirect3DSurface9 *)frame->data[3]; // actual texture
708 // poll data
709 res_query = ctx->encoder->pVtbl->QueryOutput(ctx->encoder, &data);
710 if (data) {
711 // copy data to packet
714 data->pVtbl->QueryInterface(data, &guid, (void**)&buffer); // query for buffer interface
719 if (data->pVtbl->HasProperty(data, L"av_frame_ref")) {
721 res = amf_get_property_buffer(data, L"av_frame_ref", &frame_ref_storage_buffer);
727 data->pVtbl->Release(data);
764 } else if (data == NULL) {