Searched refs:slice (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/tv/tuner/1.1/ |
D | types.hal | 117 * Specifies the address of the first macroblock in the slice defined in ITU-T Rec. H.264. 138 * Specifies the address of the first macroblock in the slice defined in ITU-T Rec. H.264. 874 * Indexes can be tagged by start point of slice groups according to ISO/IEC 14496-10. 891 * A so-called switching I slice that is coded. 895 * A so-called switching P slice that is coded.
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.hal | 243 * Extracts a strided slice of a tensor. 245 * Roughly speaking, this op extracts a slice of size (end - begin) / stride 247 * the slice continues by adding stride to the index until all dimensions 249 * reverse slice. 278 * slice of size 1, e.g. begin[i] = x, end[i] = x + 1.
|
/hardware/interfaces/radio/1.6/ |
D | types.hal | 769 * This safe_union represents an optional slice info 781 * The type of service provided by the slice. 788 * Slice differentiator is the identifier of a slice that has 815 * Field to indicate the current status of the slice. 845 * Data call fail due to the slice not being allowed for the data call.
|
D | IRadio.hal | 130 * EPDG to 5G. It is valid only when accessNetwork is AccessNetwork:NGRAN. If the slice 144 * zero-rating slice. 523 * An NSSAI is a collection of network slices. Each network slice is identified by
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 803 * The output is a concatenation of selected slices, with one slice 804 * for each entry of Lookups. The slice selected is the one at the 816 * If the sixth entry of Keys contains 123456, the sixth slice of Values 817 * must be selected. If no entry in Keys has 123456, a slice of zeroes 978 * 1-D slice along specified dimension. 1670 * independently on each 1-D slice along specified dimension. 2091 * Extracts a strided slice of a tensor. 2093 * Roughly speaking, this op extracts a slice of size (end - begin) / stride 2095 * the slice continues by adding stride to the index until all dimensions 2097 * reverse slice. [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 792 * The output is a concatenation of selected slices, with one slice 793 * for each entry of Lookups. The slice selected is the one at the 805 * If the sixth entry of Keys contains 123456, the sixth slice of Values 806 * must be selected. If no entry in Keys has 123456, a slice of zeroes 974 * 1-D slice along specified dimension. 1708 * independently on each 1-D slice along specified dimension. 2156 * Extracts a strided slice of a tensor. 2158 * Roughly speaking, this op extracts a slice of size (end - begin) / stride 2160 * the slice continues by adding stride to the index until all dimensions 2162 * reverse slice. [all …]
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 584 * The output is a concatenation of selected slices, with one slice 585 * for each entry of Lookups. The slice selected is the one at the 597 * If the sixth entry of Keys contains 123456, the sixth slice of Values 598 * must be selected. If no entry in Keys has 123456, a slice of zeroes 1301 * independently on each 1-D slice along specified dimension.
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 3385 OMX_U32 stride, slice; in set_parameter() local 3388 … slice = VENUS_Y_SCANLINES(COLOR_FMT_NV12, portDefn->format.video.nFrameHeight); in set_parameter() 3391 slice = portDefn->format.video.nFrameHeight; in set_parameter() 3394 … DEBUG_PRINT_LOW("Stride is %d, slice is %d, sxs is %d\n", stride, slice, stride * slice); in set_parameter() 3397 if (stride * slice <= (OMX_U32)control.value) { in set_parameter()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 4284 OMX_U32 stride, slice; in set_parameter() local 4287 … slice = VENUS_Y_SCANLINES(COLOR_FMT_NV12, portDefn->format.video.nFrameHeight); in set_parameter() 4290 … slice = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, portDefn->format.video.nFrameHeight); in set_parameter() 4293 … slice = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, portDefn->format.video.nFrameHeight); in set_parameter() 4296 slice = portDefn->format.video.nFrameHeight; in set_parameter() 4299 … DEBUG_PRINT_LOW("Stride is %d, slice is %d, sxs is %d\n", stride, slice, stride * slice); in set_parameter() 4302 if (stride * slice <= (OMX_U32)control.value) { in set_parameter()
|