Home
last modified time | relevance | path

Searched defs:is_key (Results 1 – 19 of 19) sorted by relevance

/external/libwebsockets/lib/plat/unix/
Dunix-misc.c97 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/external/libwebsockets/lib/plat/windows/
Dwindows-file.c157 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/external/libwebsockets/lib/plat/freertos/
Dfreertos-file.c181 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/external/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs131 pub fn is_key(&self) -> bool { in is_key() method
/external/python/absl-py/absl/flags/tests/
Dflags_helpxml_test.py95 expected_output, is_key=False): argument
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2498 bool is_key) { in AddFrame()
2512 uint64_t abs_timecode, bool is_key) { in AddFrameWithAdditional()
2530 uint64_t abs_timecode, bool is_key) { in AddFrameWithDiscardPadding()
3449 uint64_t track_number, uint64_t timestamp, bool is_key) { in AddFrame()
3466 uint64_t timestamp, bool is_key) { in AddFrameWithAdditional()
3484 uint64_t timestamp, bool is_key) { in AddFrameWithDiscardPadding()
3936 uint64_t frame_timestamp_ns, bool is_key) { in DoNewClusterProcessing()
Dmkvmuxer.h118 bool is_key() const { return is_key_; } in is_key() function
/external/libwebm/mkvmuxer/
Dmkvmuxer.cc2498 bool is_key) { in AddFrame()
2512 uint64_t abs_timecode, bool is_key) { in AddFrameWithAdditional()
2530 uint64_t abs_timecode, bool is_key) { in AddFrameWithDiscardPadding()
3449 uint64_t track_number, uint64_t timestamp, bool is_key) { in AddFrame()
3466 uint64_t timestamp, bool is_key) { in AddFrameWithAdditional()
3484 uint64_t timestamp, bool is_key) { in AddFrameWithDiscardPadding()
3936 uint64_t frame_timestamp_ns, bool is_key) { in DoNewClusterProcessing()
Dmkvmuxer.h118 bool is_key() const { return is_key_; } in is_key() function
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2498 bool is_key) { in AddFrame()
2512 uint64_t abs_timecode, bool is_key) { in AddFrameWithAdditional()
2530 uint64_t abs_timecode, bool is_key) { in AddFrameWithDiscardPadding()
3449 uint64_t track_number, uint64_t timestamp, bool is_key) { in AddFrame()
3466 uint64_t timestamp, bool is_key) { in AddFrameWithAdditional()
3484 uint64_t timestamp, bool is_key) { in AddFrameWithDiscardPadding()
3936 uint64_t frame_timestamp_ns, bool is_key) { in DoNewClusterProcessing()
Dmkvmuxer.h118 bool is_key() const { return is_key_; } in is_key() function
/external/libwebsockets/lib/plat/optee/
Dnetwork.c205 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/external/python/absl-py/absl/flags/
D_flag.py237 def _create_xml_dom_element(self, doc, module_name, is_key=False): argument
/external/libaom/av1/encoder/
Dsvc_layercontext.c329 void av1_svc_reset_temporal_layers(AV1_COMP *const cpi, int is_key) { in av1_svc_reset_temporal_layers()
/external/libvpx/vp8/encoder/
Dencodeframe.c1029 const int is_key = cpi->common.frame_type == KEY_FRAME; in sum_intra_stats() local
/external/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c1016 void vp9_svc_reset_temporal_layers(VP9_COMP *const cpi, int is_key) { in vp9_svc_reset_temporal_layers()
/external/libwebm/testing/
Dmkvparser_tests.cc98 int track_number, bool is_key, int frame_count) { in CompareBlockContents()
/external/libwebm/
Dwebm_info.cc914 const bool is_key = block->IsKey(); in OutputCluster() local
/external/tpm2-tss/src/tss2-fapi/
Dfapi_int.h628 bool is_key; /**< Entity to be deleted is a key */ member