Home
last modified time | relevance | path

Searched refs:current_format (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-converter.c102 GstAudioFormat current_format; member
210 chain->finfo = gst_audio_format_get_info (convert->current_format); in audio_chain_new()
718 convert->current_format = in->finfo->format; in chain_unpack()
720 convert->current_format = in->finfo->unpack_format; in chain_unpack()
725 convert->in_default = convert->current_format == in->finfo->format; in chain_unpack()
729 gst_audio_format_to_string (convert->current_format)); in chain_unpack()
752 convert->current_format = GST_AUDIO_FORMAT_F64; in chain_convert_in()
832 GstAudioFormat format = convert->current_format; in chain_mix()
889 GstAudioFormat format = convert->current_format; in chain_resample()
935 convert->current_format = GST_AUDIO_FORMAT_S32; in chain_convert_out()
[all …]
/third_party/python/Lib/
D_strptime.py131 current_format = date_time[offset]
138 current_format = current_format.replace(old, new)
147 date_time[offset] = current_format.replace('11', U_W)
/third_party/python/Lib/multiprocessing/
Dshared_memory.py444 current_format = self._get_packing_format(position)
458 if current_format[-1] == "s":
459 new_format = current_format
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c364 GstVideoFormat current_format; member
858 convert->current_format = convert->unpack_format; in chain_unpack_line()
863 convert->identity_unpack = (convert->current_format == info->finfo->format); in chain_unpack_line()
866 gst_video_format_to_string (convert->current_format), in chain_unpack_line()
1531 convert->current_format = GST_VIDEO_FORMAT_ARGB64; in setup_gamma_decode()
1594 convert->current_format = GST_VIDEO_FORMAT_ARGB; in chain_convert_to_RGB()
1596 convert->current_format = GST_VIDEO_FORMAT_ARGB64; in chain_convert_to_RGB()
1632 convert->h_scale_format = convert->current_format; in chain_hscale()
1668 convert->v_scale_format = convert->current_format; in chain_vscale()
1845 convert->current_format = convert->pack_format; in chain_convert()
[all …]
/third_party/python/Modules/_ctypes/
D_ctypes.c1084 const char *current_format; in PyCPointerType_new() local
1097 current_format = itemdict->format ? itemdict->format : "B"; in PyCPointerType_new()
1101 itemdict->ndim, itemdict->shape, "&", current_format); in PyCPointerType_new()
1103 stgdict->format = _ctypes_alloc_format_string("&", current_format); in PyCPointerType_new()
/third_party/python/Lib/test/
D_test_multiprocessing.py4092 current_format = sl._get_packing_format(0)
4094 self.assertEqual(current_format, sl._get_packing_format(0))