Searched defs:code (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvideo_encoder_test.c6 * Redistributions of source code must retain the above copyright
1049 unsigned int code = 0; local
/hardware/ril/mock-ril/src/cpp/
H A Djs_support.cpp283 * Run some javascript code.
286 const char *fileName, const char *code) {
291 v8::String::New(code), v8::String::New(fileName));
285 runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch, const char *fileName, const char *code) argument
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Ddecoder_driver_test.c6 * Redistributions of source code must retain the above copyright
1061 unsigned int code = 0; local
1085 code <<= 8;
1086 code |= (0x000000FF & dataptr[readOffset]);
1087 //VOP start code comparision
1092 if( VOP_START_CODE == code)
1097 else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE )
1102 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE))
1112 ( SHORT_HEADER_START_CODE == (code & 0xFFFFFC00)))
H A Domx_vdec_test.cpp6 * Redistributions of source code must retain the above copyright
767 printf("Error: Unknown code %d\n", codec_format_option);
849 printf(" Enter 0 if it is a start code based clip\n");
1200 DEBUG_PRINT_ERROR("[OMX Vdec Test] - Terminate: OMX_FreeHandle error. Error code: %d\n", result);
1818 DEBUG_PRINT_ERROR("[OMX Vdec Test] - OMX_FreeHandle error. Error code: %d\n", result);
1945 unsigned int code = 0; local
1960 code <<= 8;
1961 code |= (0x000000FF & pBufHdr->pBuffer[readOffset]);
1962 //VOP start code comparision
1966 if( VOP_START_CODE == code)
2177 unsigned int code = 0; local
[all...]
/hardware/ril/include/telephony/
H A Dril.h241 MMI service code
316 * 0 = MO intermediate result code
317 * 1 = MT unsolicited result code
319 int code; /* See 27.007 7.17 member in struct:__anon258
798 * ((const char **)(data))[0]] is network depersonlization code
809 * (code is invalid)
991 * Requests the failure cause code for the most recently terminated call
1187 * ((const char **)response)[2] is 5 or 6 digit numeric code (MCC + MNC)
1391 * b) The implementation sends a RIL_UNSOL_ON_USSD with a type code
1654 * ((const char **)data)[0] is the facility string code fro
[all...]

Completed in 69 milliseconds