/third_party/ffmpeg/libavformat/ |
H A D | argo_cvg.c | 45 uint32_t unk2; /*< Unknown. Always seems to be 0 or 1. */ member 96 cvg.unk2 = AV_RL32(p->buf + 8); in argo_cvg_probe() 104 if (cvg.unk2 != 0 && cvg.unk2 != 1) in argo_cvg_probe() 155 ctx->header.unk2 = AV_RL32(buf + 8); in argo_cvg_read_header() 161 av_log(s, AV_LOG_TRACE, "unk = %u, %u\n", ctx->header.unk1, ctx->header.unk2); in argo_cvg_read_header() 177 ovr->header.unk2 != ctx->header.unk2 || in argo_cvg_read_header()
|
H A D | ingenientdec.c | 38 int ret, size, w, h, unk1, unk2; in ingenient_read_packet() local 51 unk2 = avio_rl16(s->pb); in ingenient_read_packet() 54 av_log(s, AV_LOG_DEBUG, "Ingenient packet: size=%d, width=%d, height=%d, unk1=%d unk2=%d\n", in ingenient_read_packet() 55 size, w, h, unk1, unk2); in ingenient_read_packet()
|
H A D | argo_asf.h | 52 uint16_t unk2; /*< Unknown. */ member
|
H A D | argo_asf.c | 79 hdr->unk2 = AV_RL16(buf + 14); in ff_argo_asf_parse_chunk_header() 346 avio_wl16(pb, ckhdr->unk2); in argo_asf_write_chunk_header() 393 chdr.unk2 = ~0; in argo_asf_write_header()
|
H A D | apm.c | 57 uint32_t unk2; member 70 ext->unk2 = AV_RL32(buf + 16); in apm_parse_extradata()
|
H A D | argo_brp.c | 391 ckhdr.unk2 != brp->basf.ckhdr.unk2) in argo_brp_read_packet()
|
H A D | scd.c | 59 uint16_t unk2; /* Unknown, not a count. */ member 127 ctx->hdr.unk2 = AV_RB16(buf + 6); in scd_read_offsets()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | io.h | 69 "unk2", 127 uint32_t unk2; // 90 0A 08 27 member 144 uint32_t unk2; // 1 member 159 uint32_t unk2; member
|
H A D | agx_device.c | 357 IOConnectSetNotificationPort(connection, 0, notif_port, resp.unk2); in agx_create_notification_queue() 362 .id = resp.unk2 in agx_create_notification_queue()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec-mempool.c | 202 uint32_t unk2[6]; in dump_cp_mem_pool() member 266 printf("\t\tunk2: 0x%x\n", data1.unk2[queue]); in dump_cp_mem_pool()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1745 pub unk2: u32, 1773 pub unk2: u32, 1823 pub unk2: u32, 1979 pub unk2: u32, 2317 pub unk2: u32, 3055 unk2: *mut c_void, in sceKernelSendMsgPipe() 3063 unk2: *mut c_void, in sceKernelSendMsgPipeCB() 3071 unk2: *mut c_void, in sceKernelTrySendMsgPipe() 3078 unk2: *mut c_void, in sceKernelReceiveMsgPipe() 3086 unk2 in sceKernelReceiveMsgPipeCB() [all...] |
/third_party/backends/backend/ |
H A D | hp3900_types.c | 359 SANE_Int unk2[3]; member
|
H A D | hp5590_cmds.c | 423 uint8_t unk2; /* 0x80 */ member 1069 DBG (DBG_cmds, "%s: unk2 : %04x\n", __func__, reg_03.unk2); in hp5590_read_error_code()
|
H A D | hp3900_rts8822.c | 11700 calibcfg->unk2[a] = 0xff; in Calib_AdcGain() 11738 calibcfg->unk2[a] = in Calib_AdcGain() 11759 calibcfg->unk2[CL_RED], calibcfg->unk2[CL_GREEN], in Calib_AdcGain() 11760 calibcfg->unk2[CL_BLUE]); in Calib_AdcGain()
|
/third_party/ffmpeg/libavcodec/ |
H A D | svq3.c | 1172 int unk0, unk1, unk2, unk3, unk4; in svq3_decode_init() local 1226 unk2 = get_bits1(&gb); in svq3_decode_init() 1235 unk0, unk1, unk2, unk3, unk4); in svq3_decode_init()
|