Searched refs:sc (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_parse.c135 uint32_t sc=0; local
143 if((getbits = viddec_pm_peek_bits(parent, &sc, 32)) == -1)
151 viddec_pm_get_bits(parent, &sc, 32);
152 sc = sc & 0xFF;
153 cxt->current_sc = sc;
155 DEB("current_sc=0x%.8X, prev_sc=0x%x\n", sc, cxt->prev_sc);
157 switch(sc)
213 if( (sc >= MP4_SC_VIDEO_OBJECT_LAYER_MIN) && (sc <
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dviddec_vc1_parse.c72 uint32_t sc=0x0; local
78 ret = viddec_pm_peek_bits(parent, &sc, 32);
79 if ((sc > 0x0100) && (sc < 0x0200)) /* a Start code will be in this range. */
81 ret = viddec_pm_get_bits(parent, &sc, 32);
87 sc = vc1_SCFrameHeader;
90 ret = viddec_pm_get_bits(parent, &sc, 32);
92 sc = sc & 0xFF;
93 parser->is_frame_start = (sc
[all...]
H A Dvc1parse.h132 vc1_Status vc1_ParseAndAppendUserData(void* ctxt, uint32_t sc);
H A Dvc1parse.c490 vc1_Status vc1_ParseAndAppendUserData(void* ctxt, uint32_t sc) argument
497 /* find the scope based on start code sc */
498 switch(sc) {
/hardware/intel/img/hwcomposer/merrifield/test/
H A Dnv12_ved_test.cpp87 sp < SurfaceControl > sc; local
96 sc = composerClient->createSurface(String8("FG Test Surface"), 640, 480,
98 if (sc == NULL)
100 if (!sc->isValid())
103 s = sc->getSurface();
138 if (sc->setLayer(INT_MAX - 1) != NO_ERROR)
140 if (sc->show() != NO_ERROR)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.c32 struct inv_sensor_cal_t sc; member in struct:datalogger_output_s
51 struct inv_single_sensor_t *pg = &dl_out.sc.gyro;
67 struct inv_single_sensor_t *pg = &dl_out.sc.gyro;
109 struct inv_single_sensor_t *pa = &dl_out.sc.accel;
143 struct inv_single_sensor_t *pc = &dl_out.sc.compass;
209 struct inv_single_sensor_t *pt = &dl_out.sc.temp;
228 struct inv_single_sensor_t *pt = &dl_out.sc.temp;
272 struct inv_single_sensor_t *pa = &dl_out.sc.accel;
333 memcpy(&dl_out.sc, sensor_cal, sizeof(struct inv_sensor_cal_t));
/hardware/interfaces/renderscript/1.0/
H A DIContext.hal1040 * @param sc Pointer to a ScriptCall, nullptr if unused
1044 Allocation vaout, vec<uint8_t> params, Ptr sc);
1053 * @param sc Pointer to a ScriptCall, nullptr if unused
1057 Allocation vaout, Ptr sc);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c955 char dc, sc; local
959 sc = xToLower(*s2);
960 if (dc < sc) return -1;
961 if (dc > sc) return 1;
989 char dc, sc; local
993 sc = xToLower(*s2);
994 if (dc < sc) return -1;
995 if (dc > sc) return 1;
/hardware/interfaces/renderscript/1.0/default/
H A DContext.h104 Return<void> scriptForEach(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, Allocation vaout, const hidl_vec<uint8_t>& params, Ptr sc) override;
105 Return<void> scriptReduce(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, Allocation vaout, Ptr sc) override;
H A DContext.cpp649 Return<void> Context::scriptForEach(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, Allocation vaout, const hidl_vec<uint8_t>& params, Ptr sc) { argument
656 const RsScriptCall* _sc = hidl_to_rs<const RsScriptCall*>(sc);
662 Return<void> Context::scriptReduce(Script vs, uint32_t slot, const hidl_vec<Allocation>& vains, Allocation vaout, Ptr sc) { argument
667 const RsScriptCall* _sc = hidl_to_rs<const RsScriptCall*>(sc);

Completed in 6091 milliseconds