Home
last modified time | relevance | path

Searched refs:pc1 (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_parser.c68 static int dca_find_frame_end(DCAParseContext *pc1, const uint8_t *buf, in dca_find_frame_end() argument
73 ParseContext *pc = &pc1->pc; in dca_find_frame_end()
77 size = pc1->size; in dca_find_frame_end()
86 (!pc1->lastmarker || in dca_find_frame_end()
87 pc1->lastmarker == CORE_MARKER(state) || in dca_find_frame_end()
88 pc1->lastmarker == DCA_SYNCWORD_SUBSTREAM)) { in dca_find_frame_end()
89 if (!pc1->lastmarker) in dca_find_frame_end()
90 pc1->startpos = IS_EXSS_MARKER(state) ? size - 4 : size - 6; in dca_find_frame_end()
93 pc1->lastmarker = EXSS_MARKER(state); in dca_find_frame_end()
95 pc1->lastmarker = CORE_MARKER(state); in dca_find_frame_end()
[all …]
Ddvd_nav_parser.c49 DVDNavParseContext *pc1 = s->priv_data; in dvd_nav_parse() local
68 pc1->lba = lba; in dvd_nav_parse()
72 memcpy(pc1->buffer, buf, PCI_SIZE); in dvd_nav_parse()
73 pc1->copied = PCI_SIZE; in dvd_nav_parse()
80 if ((buf_size == DSI_SIZE) && (pc1->copied == PCI_SIZE)) { in dvd_nav_parse()
84 if (lba == pc1->lba) { in dvd_nav_parse()
85 memcpy(pc1->buffer + pc1->copied, buf, DSI_SIZE); in dvd_nav_parse()
95 pc1->copied = 0; in dvd_nav_parse()
96 pc1->lba = 0xFFFFFFFF; in dvd_nav_parse()
100 *poutbuf = pc1->buffer; in dvd_nav_parse()
[all …]
Dmpegvideo_parser.c256 struct MpvParseContext *pc1 = s->priv_data; in mpegvideo_parse() local
257 ParseContext *pc= &pc1->pc; in mpegvideo_parse()
/third_party/libsnd/src/ALAC/
Ddp_dec.c55 unpc_block (const int32_t * pc1, int32_t * out, int32_t num, int16_t * coefs, int32_t numactive, ui… in unpc_block() argument
66 out [0] = pc1 [0] ; in unpc_block()
70 if ((num > 1) && (pc1 != out)) in unpc_block()
71 memcpy (&out [1], &pc1 [1], (num - 1) * sizeof (int32_t)) ; in unpc_block()
90 del = pc1 [j] + prev ; in unpc_block()
99 del = pc1 [j] + out [j-1] ; in unpc_block()
130 del = pc1 [j] ; in unpc_block()
224 del = pc1 [j] ; in unpc_block()
349 del = pc1 [j] ; in unpc_block()
Ddp_enc.c75 pc_block (int32_t * in, int32_t * pc1, int32_t num, int16_t * coefs, int32_t numactive, uint32_t ch… in pc_block() argument
88 pc1 [0] = in [0] ; in pc_block()
92 if ((num > 1) && (in != pc1)) in pc_block()
93 memcpy (&pc1 [1], &in [1], (num - 1) * sizeof (int32_t)) ; in pc_block()
102 pc1 [j] = (del << chanshift) >> chanshift ; in pc_block()
110 pc1 [j] = arith_shift_left (del, chanshift) >> chanshift ; in pc_block()
139 pc1 [j] = del ; in pc_block()
232 pc1 [j] = del ; in pc_block()
357 pc1 [j] = del ; in pc_block()
/third_party/gn/src/base/win/
Dscoped_handle.h130 const void* pc1, in StartTracking() argument
134 const void* pc1, in StopTracking() argument
150 const void* pc1,
154 const void* pc1,
Dscoped_handle.cc19 const void* pc1, in StartTracking() argument
25 const void* pc1, in StopTracking() argument
/third_party/openssl/test/certs/
Dsetup.sh212 ./mkcert.sh req pc1-key "0.CN = server.example" "1.CN = proxy 1" | \
213 ./mkcert.sh genpc pc1-key pc1-cert ee-key ee-client \
216 ./mkcert.sh genpc pc2-key pc2-cert pc1-key pc1-cert \
221 ./mkcert.sh genpc bad-pc3-key bad-pc3-cert pc1-key pc1-cert \
225 ./mkcert.sh genpc bad-pc4-key bad-pc4-cert pc1-key pc1-cert \
229 ./mkcert.sh genpc pc5-key pc5-cert pc1-key pc1-cert \
233 ./mkcert.sh genpc bad-pc6-key bad-pc6-cert pc1-key pc1-cert \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Ddes-internal.c66 static const u8 pc1[56] = { variable
279 l = (u32) pc1[j]; in deskey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Ddes-internal.c66 static const u8 pc1[56] = { variable
279 l = (u32) pc1[j]; in deskey()
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_test.cc847 Pipeline::ShaderInfo::PushConstant pc1; in TEST_F() local
848 pc1.type = Pipeline::ShaderInfo::PushConstant::PushConstantType::kDimensions; in TEST_F()
849 pc1.offset = 0; in TEST_F()
850 pc1.size = 4; in TEST_F()
851 p.GetShaders()[0].AddPushConstant(std::move(pc1)); in TEST_F()
/third_party/typescript/tests/baselines/reference/
DpromiseType.js211 const pc1 = p.then(() => Promise.reject("1"), null); constant
439 const pc1 = p.then(() => Promise.reject("1"), null); constant
DpromiseTypeStrictNull.js211 const pc1 = p.then(() => Promise.reject("1"), null); constant
434 const pc1 = p.then(() => Promise.reject("1"), null); constant
DpromiseTypeStrictNull.symbols1003 const pc1 = p.then(() => Promise.reject("1"), null);
1004 >pc1 : Symbol(pc1, Decl(promiseTypeStrictNull.ts, 209, 5))
DpromiseType.symbols1003 const pc1 = p.then(() => Promise.reject("1"), null);
1004 >pc1 : Symbol(pc1, Decl(promiseType.ts, 209, 5))
DpromiseType.types1445 const pc1 = p.then(() => Promise.reject("1"), null);
1446 >pc1 : Promise<never>
DpromiseTypeStrictNull.types1445 const pc1 = p.then(() => Promise.reject("1"), null);
1446 >pc1 : Promise<never>
/third_party/typescript/tests/cases/compiler/
DpromiseTypeStrictNull.ts212 const pc1 = p.then(() => Promise.reject("1"), null); constant
DpromiseType.ts211 const pc1 = p.then(() => Promise.reject("1"), null); constant