Searched refs:out_stream_id (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mfenc.c | 43 DWORD in_stream_id, out_stream_id; member 210 hr = IMFTransform_GetOutputCurrentType(c->mft, c->out_stream_id, &type); in mf_output_type_get() 438 .dwStreamID = c->out_stream_id, in mf_receive_sample() 749 hr = IMFTransform_GetOutputAvailableType(c->mft, c->out_stream_id, n, &type); in mf_choose_output_type() 805 hr = IMFTransform_SetOutputType(c->mft, c->out_stream_id, out_type, 0); in mf_choose_output_type() 950 hr = IMFTransform_GetOutputStreamInfo(c->mft, c->out_stream_id, &c->out_info); in mf_setup_context() 1080 hr = IMFTransform_GetStreamIDs(c->mft, 1, &c->in_stream_id, 1, &c->out_stream_id); in mf_init_encoder() 1082 c->in_stream_id = c->out_stream_id = 0; in mf_init_encoder()
|
Completed in 3 milliseconds