OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reg_flags
(Results
1 - 12
of
12
) sorted by null
/hardware/intel/img/psb_video/src/
psb_cmdbuf.h
94
uint32_t
reg_flags
;
member in struct:psb_cmdbuf_s
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
1225
uint8_t *
reg_flags
= NULL;
local
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
1427
uint8_t *
reg_flags
= NULL;
local
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c
1182
char *reg_name, *reg_type, *
reg_flags
, *reg_num;
local
1231
/* Find
reg_flags
. */
1232
reg_flags
= next_field (str, ',', &str, last);
[
all
...]
i386-opc.h
854
unsigned char
reg_flags
;
member in struct:__anon76353
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
1751
uint8_t *
reg_flags
= NULL;
local
[
all
...]
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
1751
uint8_t *
reg_flags
= NULL;
local
[
all
...]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c
360
uint8_t *
reg_flags
= NULL;
local
376
reg_flags
= (uint8_t *)malloc(sizeof(uint8_t) * stream->num_of_bufs);
377
if (pBufs == NULL ||
reg_flags
== NULL) {
382
if (
reg_flags
!= NULL) {
383
free(
reg_flags
);
397
free(
reg_flags
);
404
reg_flags
[i] = 1;
424
free(
reg_flags
);
430
*initial_reg_flag =
reg_flags
;
[
all
...]
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c
360
uint8_t *
reg_flags
= NULL;
local
376
reg_flags
= (uint8_t *)malloc(sizeof(uint8_t) * stream->num_of_bufs);
377
if (pBufs == NULL ||
reg_flags
== NULL) {
382
if (
reg_flags
!= NULL) {
383
free(
reg_flags
);
397
free(
reg_flags
);
404
reg_flags
[i] = 1;
424
free(
reg_flags
);
430
*initial_reg_flag =
reg_flags
;
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c
354
uint8_t *
reg_flags
= NULL;
local
367
reg_flags
= (uint8_t *)malloc(sizeof(uint8_t) * stream->num_of_bufs);
368
if (pBufs == NULL ||
reg_flags
== NULL) {
373
if (
reg_flags
!= NULL) {
374
free(
reg_flags
);
388
free(
reg_flags
);
395
reg_flags
[i] = 1;
414
free(
reg_flags
);
420
*initial_reg_flag =
reg_flags
;
[
all
...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
2139
uint8_t *
reg_flags
= NULL;
local
[
all
...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c
366
uint8_t *
reg_flags
= NULL;
local
381
reg_flags
= (uint8_t *)malloc(sizeof(uint8_t) * stream->num_of_bufs);
382
if (pBufs == NULL ||
reg_flags
== NULL) {
387
if (
reg_flags
!= NULL) {
388
free(
reg_flags
);
402
free(
reg_flags
);
409
reg_flags
[i] = 1;
430
free(
reg_flags
);
436
*initial_reg_flag =
reg_flags
;
[
all
...]
Completed in 298 milliseconds