Home
last modified time | relevance | path

Searched refs:pictureStruct (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1813 …NV_ENC_PIC_STRUCT pictureStruct; /**< [in]: Specifies s… member
1901 …NV_ENC_PIC_STRUCT pictureStruct; /**< [out]: Structure of the generated output… member
Dgstnvbaseenc.c2324 pic_params.pictureStruct = NV_ENC_PIC_STRUCT_FIELD_TOP_BOTTOM; in _submit_input_buffer()
2326 pic_params.pictureStruct = NV_ENC_PIC_STRUCT_FIELD_BOTTOM_TOP; in _submit_input_buffer()
2328 pic_params.pictureStruct = NV_ENC_PIC_STRUCT_FRAME; in _submit_input_buffer()
/third_party/ffmpeg/libavcodec/
Dnvenc.c2212 pic_params.pictureStruct = NV_ENC_PIC_STRUCT_FIELD_TOP_BOTTOM; in nvenc_send_frame()
2214 pic_params.pictureStruct = NV_ENC_PIC_STRUCT_FIELD_BOTTOM_TOP; in nvenc_send_frame()
2216 pic_params.pictureStruct = NV_ENC_PIC_STRUCT_FRAME; in nvenc_send_frame()