OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BatchInfo
(Results
1 - 5
of
5
) sorted by null
/external/jsoncpp/src/lib_json/
json_batchallocator.h
44
for (
BatchInfo
* batch = batches_; batch;) {
45
BatchInfo
* nextBatch = batch->next_;
88
struct
BatchInfo
{
89
BatchInfo
* next_;
99
static
BatchInfo
* allocateBatch(unsigned int objectsPerPage) {
101
sizeof(
BatchInfo
) - sizeof(AllocatedType) * objectPerAllocation +
103
BatchInfo
* batch = static_cast<
BatchInfo
*>(malloc(mallocSize));
110
BatchInfo
* batches_;
111
BatchInfo
* currentBatch_
[
all
...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h
574
struct
BatchInfo
{
575
BatchInfo
();
601
BatchInfo
mBatchInfo;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h
624
struct
BatchInfo
{
625
BatchInfo
();
642
BatchInfo
mBatchInfo;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp
[
all
...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp
[
all
...]
Completed in 169 milliseconds