OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:primary_image
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_mpo_composer.c
253
mpo_info->output_buff.buf_vaddr, mpo_info->
primary_image
.buf_filled_len, M_APP2);
314
mpo_info->
primary_image
.buf_filled_len, &overflow_flag);
318
mpo_info->
primary_image
.buf_filled_len, &overflow_flag);
322
mpo_info->
primary_image
.buf_filled_len;
382
if (mpo_info->
primary_image
.buf_filled_len < mpo_info->output_buff_size) {
383
memcpy(mpo_info->output_buff.buf_vaddr, mpo_info->
primary_image
.buf_vaddr,
384
mpo_info->
primary_image
.buf_filled_len);
386
mpo_info->
primary_image
.buf_filled_len;
/hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h
321
mm_jpeg_output_t
primary_image
;
member in struct:__anon32097
/art/patchoat/
patchoat.h
117
bool PatchImage(bool
primary_image
) SHARED_REQUIRES(Locks::mutator_lock_);
patchoat.cc
630
bool PatchOat::PatchImage(bool
primary_image
) {
645
if (
primary_image
) {
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraMuxer.cpp
[
all
...]
Completed in 77 milliseconds