Home
last modified time | relevance | path

Searched refs:pmode (Results 1 - 9 of 9) sorted by relevance

/third_party/curl/lib/
H A Dcurl_multibyte.c93 int pmode = 0; in curlx_win32_open() local
103 pmode = va_arg(param, int); in curlx_win32_open()
108 result = _wopen(filename_w, oflag, pmode); in curlx_win32_open()
115 return (_open)(filename, oflag, pmode); in curlx_win32_open()
/third_party/ffmpeg/libavutil/
H A Dfile_open.c42 static int win32_open(const char *filename_utf8, int oflag, int pmode) in win32_open() argument
53 fd = _wsopen(filename_w, oflag, SH_DENYNO, pmode); in win32_open()
61 return _sopen(filename_utf8, oflag, SH_DENYNO, pmode); in win32_open()
H A Dhwcontext_vulkan.c1906 AVVkFrame *frame, enum PrepMode pmode) in prepare_frame()
1938 switch (pmode) { in prepare_frame()
1905 prepare_frame(AVHWFramesContext *hwfc, VulkanExecCtx *ectx, AVVkFrame *frame, enum PrepMode pmode) prepare_frame() argument
/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c830 int pmode, int add_coeffs, int size, int plane) in predict_intra()
837 switch (pmode) { in predict_intra()
952 int x, int y, int pmode, int has_coeffs, int plane) in process_block()
959 if (pmode < 0) in process_block()
960 pmode = get_prediction(avctx, x, y, 8); in process_block()
961 return predict_intra(avctx, frame, x, y, pmode, 0, 8, plane); in process_block()
969 if (pmode < 0) in process_block()
970 pmode = get_prediction(avctx, x, y, 8); in process_block()
971 ret = predict_intra(avctx, frame, x, y, pmode, 1, 8, plane); in process_block()
977 int new_pmode = pmode; in process_block()
829 predict_intra(AVCodecContext *avctx, AVFrame *frame, int ax, int ay, int pmode, int add_coeffs, int size, int plane) predict_intra() argument
951 process_block(AVCodecContext *avctx, AVFrame *frame, int x, int y, int pmode, int has_coeffs, int plane) process_block() argument
1023 int pmode = get_bits(gb, 3); decode_macroblock() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_controller.h123 void (*get_power_mode) (struct usb_device *udev, int8_t *pmode);
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c648 enum pipe_prim_type pmode = (enum pipe_prim_type)mode; in compile_vertex_list() local
650 pmode, original_prims[i].start, vertex_count, in compile_vertex_list()
652 &pmode, &index_size, &new_count, in compile_vertex_list()
657 mode = (GLubyte)pmode; in compile_vertex_list()
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c69 static int ms_open(const char* filename, int oflag, int pmode) { in ms_open() argument
71 _sopen_s(&result, filename, oflag | O_BINARY, _SH_DENYNO, pmode); in ms_open()
/third_party/python/PC/
H A D_msi.c102 int result = _wopen(ws, oflag | O_NOINHERIT, pmode); in FNFCIOPEN()
/third_party/rust/crates/libc/src/
H A Dpsp.rs2718 pub fn sceCtrlGetSamplingMode(pmode: *mut i32) -> i32; in sceCtrlGetSamplingMode()
2729 pub fn sceDisplayGetMode(pmode: *mut i32, pwidth: *mut i32, pheight: *mut i32) -> i32; in sceDisplayGetMode()

Completed in 21 milliseconds