Home
last modified time | relevance | path

Searched refs:unk2 (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dargo_cvg.c45 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 Dingenientdec.c38 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 Dargo_asf.h52 uint16_t unk2; /*< Unknown. */ member
H A Dargo_asf.c79 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 Dapm.c57 uint32_t unk2; member
70 ext->unk2 = AV_RL32(buf + 16); in apm_parse_extradata()
H A Dargo_brp.c391 ckhdr.unk2 != brp->basf.ckhdr.unk2) in argo_brp_read_packet()
H A Dscd.c59 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 Dio.h69 "unk2",
127 uint32_t unk2; // 90 0A 08 27 member
144 uint32_t unk2; // 1 member
159 uint32_t unk2; member
H A Dagx_device.c357 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 Dcrashdec-mempool.c202 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 Dpsp.rs1745 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 Dhp3900_types.c359 SANE_Int unk2[3]; member
H A Dhp5590_cmds.c423 uint8_t unk2; /* 0x80 */ member
1069 DBG (DBG_cmds, "%s: unk2 : %04x\n", __func__, reg_03.unk2); in hp5590_read_error_code()
H A Dhp3900_rts8822.c11700 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 Dsvq3.c1172 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()

Completed in 37 milliseconds