Home
last modified time | relevance | path

Searched defs:std (Results 676 - 700 of 950) sorted by relevance

1...<<21222324252627282930>>...38

/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c124 static int pvr2_g_std(struct file *file, void *priv, v4l2_std_id *std) in pvr2_g_std() argument
137 static int pvr2_s_std(struct file *file, void *priv, v4l2_std_id std) in pvr2_s_std() argument
149 static int pvr2_querystd(struct file *file, void *priv, v4l2_std_id *std) in pvr2_querystd() argument
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dxc2028.c717 check_firmware(struct dvb_frontend *fe, unsigned int type, v4l2_std_id std, __u16 int_freq) check_firmware() argument
1008 generic_set_freq(struct dvb_frontend *fe, u32 freq , enum v4l2_tuner_type new_type, unsigned int type, v4l2_std_id std, u16 int_freq) generic_set_freq() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c617 compat_u64 std; member
/kernel/linux/linux-6.6/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c124 v4l2_std_id std; member
424 static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) in vidioc_s_std() argument
459 vidioc_g_std(struct file *file, void *priv, v4l2_std_id *std) vidioc_g_std() argument
477 vidioc_querystd(struct file *file, void *priv, v4l2_std_id *std) vidioc_querystd() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-ioctl.c980 v4l2_std_id std; in ivtv_s_input() local
1085 static int ivtv_g_std(struct file *file, void *fh, v4l2_std_id *std) in ivtv_g_std() argument
1093 void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id std) in ivtv_s_std_enc() argument
1112 ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id std) ivtv_s_std_dec() argument
1158 ivtv_s_std(struct file *file, void *fh, v4l2_std_id std) ivtv_s_std() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
H A Dtw5864-video.c610 static int tw5864_querystd(struct file *file, void *priv, v4l2_std_id *std) in tw5864_querystd() argument
624 static int tw5864_g_std(struct file *file, void *priv, v4l2_std_id *std) in tw5864_g_std() argument
208 tw5864_input_std_get(struct tw5864_input *input, enum tw5864_vid_std *std) tw5864_input_std_get() argument
632 tw5864_s_std(struct file *file, void *priv, v4l2_std_id std) tw5864_s_std() argument
1459 tw5864_get_v4l2_std(enum tw5864_vid_std std) tw5864_get_v4l2_std() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-av-core.c277 v4l2_std_id std = state->std; in cx18_av_std_setup() local
519 v4l2_std_id std in input_change() local
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c949 static int solo_enc_s_std(struct file *file, void *priv, v4l2_std_id std) in solo_enc_s_std() argument
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dsaa7115.c81 v4l2_std_id std; member
970 static void saa711x_set_v4lstd(struct v4l2_subdev *sd, v4l2_std_id std) in saa711x_set_v4lstd() argument
1269 saa711x_s_std(struct v4l2_subdev *sd, v4l2_std_id std) saa711x_s_std() argument
1431 saa711x_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) saa711x_querystd() argument
[all...]
H A Dsaa7127.c247 v4l2_std_id std; member
466 static int saa7127_set_std(struct v4l2_subdev *sd, v4l2_std_id std) in saa7127_set_std() argument
584 static int saa7127_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) in saa7127_s_std_output() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/dt3155/
H A Ddt3155.h179 v4l2_std_id std; member
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
H A Dtw686x-video.c833 static int tw686x_querystd(struct file *file, void *priv, v4l2_std_id *std) in tw686x_querystd() argument
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dhdi_common_v1_3.cpp783 CreateProducerSeq( std::function<void(void*, uint32_t)> callback) CreateProducerSeq() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c573 double std[4] = { 0 }, rms[4] = { 0 }; in pixscope_filter_frame() local
/third_party/ffmpeg/libavdevice/
H A Dv4l2.c248 v4l2_std_id std; in first_field() local
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.h126 virtual void setLineCallback(const std::function<void(int, int, bool, int, const char*)>& func) { lineCallback = func; } in setLineCallback() argument
127 virtual void setExtensionCallback(const std::function<void(int, const char*, const char*)>& func) { extensionCallback = func; } in setExtensionCallback() argument
128 virtual void setVersionCallback(const std::function<void(int, int, const char*)>& func) { versionCallback = func; } in setVersionCallback() argument
129 virtual void setPragmaCallback(const std::function<void(int, const TVector<TString>&)>& func) { pragmaCallback = func; } in setPragmaCallback() argument
130 virtual void setErrorCallback(const std::function<void(int, const char*)>& func) { errorCallback = func; } in setErrorCallback() argument
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-printers-test.cc968 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreaming& ) operator <<() argument
985 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingTemplate<T>& ) operator <<() argument
1006 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingAndImplicitConversionTemplate<T>& ) operator <<() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp40 namespace std { namespace
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h[all...]
/third_party/node/src/crypto/
H A Dcrypto_util.h238 ByteSource release(std::optional<size_t> resize = std::nullopt) && { in release() argument
[all...]
/third_party/node/src/
H A Dinspector_socket_server.cc62 MapToString(const std::map<std::string, std::string>& object) MapToString() argument
77 MapsToString( const std::vector<std::map<std::string, std::string>>& array) MapsToString() argument
[all...]
H A Dutil.h332 FIXED_ONE_BYTE_STRING( v8::Isolate* isolate, const std::array<char, N>& arr) FIXED_ONE_BYTE_STRING() argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_worker.cc210 ensure_enqueue_addr( std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, WeightGroupEntryGreater> &wgpq, WeightGroup *wg, DownstreamAddr *addr) ensure_enqueue_addr() argument
[all...]
H A Dshrpx_connection_handler.cc1055 set_cid_prefixes( const std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> &cid_prefixes) set_cid_prefixes() argument
[all...]

Completed in 33 milliseconds

1...<<21222324252627282930>>...38