Home
last modified time | relevance | path

Searched refs:encoder_spec (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.c1145 CFMutableDictionaryRef encoder_spec = NULL, pb_attrs = NULL; in gst_vtenc_create_session() local
1152 encoder_spec = in gst_vtenc_create_session()
1155 gst_vtutil_dict_set_boolean (encoder_spec, in gst_vtenc_create_session()
1158 gst_vtutil_dict_set_boolean (encoder_spec, in gst_vtenc_create_session()
1177 self->specific_format_id, encoder_spec, pb_attrs, NULL, in gst_vtenc_create_session()
1284 if (encoder_spec) in gst_vtenc_create_session()
1285 CFRelease (encoder_spec); in gst_vtenc_create_session()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c1111 static PyType_Spec encoder_spec = { variable
2020 CREATE_TYPE(mod, state->encoder_type, &encoder_spec); in _multibytecodec_exec()